import type { TransformedOperation } from '@readyapi/oas-utils'; /** * This hook is used to generate the responses for the request from the parameters in the swagger file */ export declare function useResponses(operation: TransformedOperation): { responses: import("vue").ComputedRef<{ name: string; description: string; }[]>; }; //# sourceMappingURL=useResponses.d.ts.map