import { type FORMATOS } from "./constantes"; import type { tDeclaracaoDefinicao } from "./types"; export declare const buscarChavePorCampoDesc: (campoDesc: string, secaoChave: keyof tDeclaracaoDefinicao) => string; export declare const validarValorPorTipo: (valor: string, tipo: keyof typeof FORMATOS) => void; export declare const formatarValorParaDIMOB: (valor: any, tipo: keyof typeof FORMATOS, tamanho: number) => string; export declare const formatarValorParaExcel: (valor: any, tipo: keyof typeof FORMATOS) => any; export declare const formatarValorDeExcel: (valor: any, tipo: keyof typeof FORMATOS, tamanho: number) => string; //# sourceMappingURL=utils.d.ts.map