import type { FastjsDate, FastjsDateAPI } from "./date-types";
export declare function createMethods(date: FastjsDate): FastjsDateAPI;
export declare function parseFormatString(formatString: string, dateString: string): number;
