/** * Extracts the time format from a given date format. */ export declare function extractTimeFormat(format: string): string | null;