import { Schema } from "../../Schema.js";
export declare function date(): Schema<string, Date>;
