import { DateTimeDetail, TimeDetail, Unixtime } from "./index.js"; export declare const MS1 = 1000n; export declare const MM1: bigint; export declare const MH1: bigint; export declare const MD1: bigint; export declare const MY400: bigint; export declare function _to_XXX(detail: DateTimeDetail): string; export declare function _to_a(detail: DateTimeDetail): string; export declare function _to_E(week: number): string; export declare function _to_EE(week: number): string; export declare function _with_timezone_offset(millis: bigint, timezoneOffset: number): bigint; export declare function to_timestamp(n: Unixtime | number | bigint | string | Date, seconds?: boolean): bigint; export declare function _get_leap_info(year: bigint): [boolean, bigint]; export declare function _get_last_day_of_month(month: number, leapYear: boolean): number; export declare function _merge_month_day(month: number, day: number, leapYear: boolean): number; export declare function _merge_all(_year?: number | bigint, _month?: number | bigint, _day?: number | bigint, _hours?: number | bigint, _minutes?: number | bigint, _seconds?: number | bigint, _milliseconds?: number | bigint, _timezoneOffset?: number): bigint; export declare function _split_day_of_year(dayOfYear: number, leapYear: boolean): [number, number]; export declare function _to_week_un_timezone(umillis: bigint): number; export declare function _split_year(umillis: bigint): [bigint, boolean, number, bigint]; export declare function _split_day(millisInDay: bigint): [number, number, number, number]; export declare function _to_date_time_detail(umillis: bigint, timezoneOffset: number): DateTimeDetail; export declare function _to_time_detail(umillis: bigint, timezoneOffset: number): TimeDetail; export declare function _format(detail: DateTimeDetail, format: string): string; export declare function __parse_iso(isoFormat: string): string; export declare function __parse(data: string, format: string): string; //# sourceMappingURL=util.d.ts.map