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