import { type Schema } from "../../Schema";
export declare const number: () => Schema<number, number>;
