export declare const militaryTimeRegex: RegExp; export declare const militaryInvalidatorConfig: { pattern: RegExp; message: string; };