import { ContractOpenApiDocumentation } from '../../../types/contractOpenApiDocumentation';
import { GenericApiGatewayContract } from '../apiGatewayContract';
export declare const getContractDocumentation: <Contract extends GenericApiGatewayContract>(contract: Contract) => ContractOpenApiDocumentation;
//# sourceMappingURL=openApiDocumentation.d.ts.map