import type { HttpStatus } from "@flying-dice/tslua-http"; import type { ResponseObject, ResponsesObject } from "./openapi3-ts/model/openapi31"; export declare const responses: (responseRefs: Partial>) => ResponsesObject; export declare const body: (schema: string) => { content: { "application/json": { schema: { $ref: string; }; }; }; };