import { Schema } from '../schema';
/** Create a number schema. */
export declare function number(): Schema<number, number>;
//# sourceMappingURL=number.d.ts.map