import type { OperationParameter } from '@redocly/theme/core/types'; export type SchemaProcessorOptions = { basePath?: string; mediaType?: string; messageKey?: string; }; export declare function processSchema(schema: any | undefined, place: string, basePath: string, messageKey?: string): OperationParameter[]; //# sourceMappingURL=schema-processor.d.ts.map