import type { FormatDateOptions } from './types'; export declare const formatDate: (value: string, options?: FormatDateOptions) => string;