import type { OperationType } from "../_core/types/index.js"; export declare function detectFromEndpointId(endpointId: string): OperationType; export declare function correctFromResponse(initialType: OperationType, response: unknown): OperationType; export declare function detectMediaType(endpointId: string, response?: unknown): OperationType; //# sourceMappingURL=media-type-detector.d.ts.map