importtype { JsonSchema } from"../domain/JsonSchema.js";
/**
* Declare a new integer model.
*
* See @@JsonSchema@@ to discover available methods.
*
* @returns {JsonSchema} A schema configured for integer values
* @function
*/exportdeclarefunctioninteger(): JsonSchema;