import "../components/index.js"; import { Type } from "@tsed/core"; import { JsonParameterStore } from "../domain/JsonParameterStore.js"; import { JsonSchemaOptions } from "../interfaces/JsonSchemaOptions.js"; export declare function getJsonSchema(model: Type | JsonParameterStore, options?: JsonSchemaOptions): any;