import type { tipoResposta } from "p-respostas"; import { z } from "zod"; import { type zp_produto_conta } from "./_variaveis"; export declare const zp_serie_registrar: z.ZodObject<{ tabela: z.ZodString; colanuEixoX: z.ZodString; colunaAgrupamento: z.ZodString; agregacao: z.ZodEnum<["contagem", "somatoria"]>; }, "strip", z.ZodTypeAny, { tabela: string; colanuEixoX: string; colunaAgrupamento: string; agregacao: "contagem" | "somatoria"; }, { tabela: string; colanuEixoX: string; colunaAgrupamento: string; agregacao: "contagem" | "somatoria"; }>; export declare const serie_consultar: ({ emDesenvolvimento, cliente, parametros, }: { emDesenvolvimento?: boolean | undefined | null; /** Identificação do cliente */ cliente: z.infer; parametros: z.infer; }) => { dados: () => Promise; }>>; url: () => string; };