export declare function isCNPJ(cnpj: string | null | undefined): boolean;
