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