export type Datetime = string; export declare const isDatetime: (input: unknown) => input is string; //# sourceMappingURL=datetime.d.ts.map