export declare const isAlphanumericCNPJ: (cnpj: string) => boolean;
