import { StrftimeOptions } from "../typing"; export declare function strftime(date: Date, format: string, options?: Partial): string;