import { type Locale } from "./locale/index.ts";
declare type FormatDateOptions = {
    locale?: Locale;
    timeZone?: string;
};
export declare function formatDate(date: Date | number | string | null | undefined, format: string, options?: FormatDateOptions): string;
export {};
//# sourceMappingURL=formatDate.d.ts.map