export { TDoc, TInfo, TServer, TPath, TOperation, TBody, TContent, TParameter, THeader, TRef, TSecrityScheme, TOAuthFlow, TTag, TExample, TList, StatusCodes, MediaTypes, HTTPVerb, } from './builder'; export declare const document: () => import("./builder").TDoc; export declare const info: () => import("./builder").TInfo; export declare const server: () => import("./builder").TServer; export declare const path: () => import("./builder").TPath; export declare const operation: (summary?: any, id?: any) => import("./builder").TOperation; export declare const op: (summary?: any, id?: any) => import("./builder").TOperation; export declare const body: () => import("./builder").TBody; export declare const request: () => import("./builder").TBody; export declare const response: () => import("./builder").TBody; export declare const reponse: () => import("./builder").TBody; export declare const content: () => import("./builder").TContent; export declare const param: () => import("./builder").TParameter; export declare const header: () => import("./builder").THeader; export declare const ref: () => import("./builder").TRef; export declare const scheme: () => import("./builder").TSecrityScheme; export declare const securityScheme: () => import("./builder").TSecrityScheme; export declare const flow: () => import("./builder").TOAuthFlow; export declare const oauthFlow: () => import("./builder").TOAuthFlow; export declare const tag: () => import("./builder").TTag; export declare const example: () => import("./builder").TExample; export declare const map: (state?: {}) => import("./builder").TMap; export declare const list: (state?: any[]) => import("./builder").TList; export declare const StatusCode: { OK: string; Created: string; Accepted: string; NoContent: string; ResetContent: string; BadRequest: string; Unauthorized: string; Forbidden: string; NotFound: string; MethodNotAllowed: string; NotAcceptable: string; RequestTimeout: string; Conflict: string; Unprocessable: string; GeneralError: string; NotImplemented: string; BadGateway: string; ServiceUnavailable: string; GatewayTimeout: string; }; export declare const MediaType: { JSON: string; XML: string; FORM: string; IMAGE: string; JPEG: string; PNG: string; SVG: string; TEXT: string; SSE: string; ANY: string; }; export declare const HTTPMethod: { GET: string; POST: string; PUT: string; PATCH: string; DELETE: string; OPTIONS: string; HEAD: string; }; declare const _default: { document: () => import("./builder").TDoc; info: () => import("./builder").TInfo; server: () => import("./builder").TServer; path: () => import("./builder").TPath; operation: (summary?: any, id?: any) => import("./builder").TOperation; op: (summary?: any, id?: any) => import("./builder").TOperation; body: () => import("./builder").TBody; request: () => import("./builder").TBody; response: () => import("./builder").TBody; reponse: () => import("./builder").TBody; content: () => import("./builder").TContent; param: () => import("./builder").TParameter; header: () => import("./builder").THeader; ref: () => import("./builder").TRef; scheme: () => import("./builder").TSecrityScheme; securityScheme: () => import("./builder").TSecrityScheme; flow: () => import("./builder").TOAuthFlow; oauthFlow: () => import("./builder").TOAuthFlow; tag: () => import("./builder").TTag; example: () => import("./builder").TExample; map: (state?: {}) => import("./builder").TMap; list: (state?: any[]) => import("./builder").TList; StatusCode: { OK: string; Created: string; Accepted: string; NoContent: string; ResetContent: string; BadRequest: string; Unauthorized: string; Forbidden: string; NotFound: string; MethodNotAllowed: string; NotAcceptable: string; RequestTimeout: string; Conflict: string; Unprocessable: string; GeneralError: string; NotImplemented: string; BadGateway: string; ServiceUnavailable: string; GatewayTimeout: string; }; MediaType: { JSON: string; XML: string; FORM: string; IMAGE: string; JPEG: string; PNG: string; SVG: string; TEXT: string; SSE: string; ANY: string; }; HTTPMethod: { GET: string; POST: string; PUT: string; PATCH: string; DELETE: string; OPTIONS: string; HEAD: string; }; }; export default _default;