export declare function isValidCNPJ(cnpj: string): boolean;
export declare function formatCNPJ(cnpj: string): string;
