export declare function validateNationalID(input: string): boolean; export declare function formatNationalID(input: string): string | null;