import type { ParsedDateTime } from "./types"; export declare function parseNaturalLanguageDate(input: string): ParsedDateTime | null; //# sourceMappingURL=parser.d.ts.map