import { Diagnostic, Operation, Program } from "@typespec/compiler"; import { HttpOperationResponse } from "./types.js"; /** * Get the responses for a given operation. */ export declare function getResponsesForOperation(program: Program, operation: Operation): [HttpOperationResponse[], readonly Diagnostic[]]; //# sourceMappingURL=responses.d.ts.map