import { type ComPlainDate } from "../PlainDate.js"; /** * Create a new plain-date object from an ISO date string. * * @throws {RangeError} No date parts found in string */ export declare function parsePlainDate(isoDateString: string): ComPlainDate; //# sourceMappingURL=parsePlainDate.d.ts.map