declare const isCNPJ: (value: string | number) => boolean;
export default isCNPJ;
