import type { ParameterObject, SchemaObject } from 'openapi3-ts/oas31'; /** * Runs the getParameterDefinition helper exported by @purista/hono-http-server. * Expose only schemas and metadata that are safe for clients to inspect. */ /** * Converts Hono-style route parameters such as `:id` into OpenAPI path parameters. */ export declare const getParameterDefinition: (path: string, parameterschema?: SchemaObject) => ParameterObject[]; //# sourceMappingURL=getParameterDefinition.d.ts.map