export declare function validatePassport(input: string): boolean; export declare function formatPassport(input: string): string | null;