import { OS3Paths } from "@tsed/openspec"; import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function pathsMapper(model: any, { paths, rootPath, ...options }: JsonSchemaOptions): OS3Paths;