import type { LocaleConfig } from '../core/types'; export declare function formatDate(date: Date, format: string, locale?: Partial): string;