export declare const format: (date: number | string | Date, template: string) => string;
