export declare function validateTIN(input: string): boolean; export declare function formatTIN(input: string): string | null;