import type { TDate } from "./types.js"; export declare function toEpochMs(date: TDate): number;