/** * Declare a new integer model. * * See @@JsonSchema@@ to discover available methods. * * @returns A schema configured for integer values * @schemaFunctional */ export declare function integer(): import("../index.js").JsonSchema;