import type { FastjsDate } from "./date-types";
export declare function createFastjsDate(format?: string, date?: number | string | Date, local?: boolean): FastjsDate;
