/**
 * Appropriate for filenames: yMMddHHmmss
 */
export declare function fmtYMDHMS(d: Date): string;
