export declare function validateDriversLicense(input: string): boolean; export declare function formatDriversLicense(input: string): string | null;