import { ControllerMethodPath, TypeGetErrorSchema, TypeGetSuccessSchema, TypeSwaggerContent, TypeSwaggerData, TypeSwaggerDto, TypeSwaggerInfo } from '../../definitions'; export declare const convertToSwaggerJson: (apiData: ControllerMethodPath, option?: { info?: TypeSwaggerInfo; customErrorContent?: (contentData?: TypeSwaggerDto) => TypeSwaggerContent; customSuccessContent?: (contentData: TypeSwaggerDto, contentType?: string) => TypeSwaggerContent; getSuccessSchemaGlobal?: TypeGetSuccessSchema; getErrorSchemaGlobal?: TypeGetErrorSchema; }) => TypeSwaggerData; export declare const getDefaultSuccessContent: (contentData: TypeSwaggerDto, contentType?: string) => TypeSwaggerContent; export declare const getDefaultErrorContent: (contentData: TypeSwaggerDto) => TypeSwaggerContent; //# sourceMappingURL=swagger-converter.d.ts.map