/**
* Date to string in LOCAL time (no timezone suffix).
* Example: 2025-12-04T22:58:00
* Note: this uses local getters and is affected by the environment timezone and DST rules.
*/exportdefault function toString(date?: Date): string;//# sourceMappingURL=toString.d.ts.map