import { SwaggerResponseContent } from "./response_content"; export declare class SwaggerResponse { description: string; content: SwaggerResponseContent; required: boolean; }