import { Locale } from './locale'; export declare function format(val: Date, str: string, options?: { locale?: Locale; }): string;