export declare function isValidCNH(cnh: string): boolean;
export declare function formatCNH(cnh: string): string;
