import Deployment_ from './deployment'; import Authorizer_ from './authorizer'; import DomainName_ from './domainName'; import DocumentationPart_ from './documentationPart'; import Model_ from './model'; import UsagePlan_ from './usagePlan'; import BasePathMapping_ from './basePathMapping'; import Stage_ from './stage'; import GatewayResponse_ from './gatewayResponse'; import ClientCertificate_ from './clientCertificate'; import DocumentationVersion_ from './documentationVersion'; import UsagePlanKey_ from './usagePlanKey'; import RequestValidator_ from './requestValidator'; import ApiKey_ from './apiKey'; import Resource_ from './resource'; import Account_ from './account'; import RestApi_ from './restApi'; import VpcLink_ from './vpcLink'; import Method_ from './method'; export declare namespace ApiGateway { const Deployment: typeof Deployment_; const Authorizer: typeof Authorizer_; const DomainName: typeof DomainName_; const DocumentationPart: typeof DocumentationPart_; const Model: typeof Model_; const UsagePlan: typeof UsagePlan_; const BasePathMapping: typeof BasePathMapping_; const Stage: typeof Stage_; const GatewayResponse: typeof GatewayResponse_; const ClientCertificate: typeof ClientCertificate_; const DocumentationVersion: typeof DocumentationVersion_; const UsagePlanKey: typeof UsagePlanKey_; const RequestValidator: typeof RequestValidator_; const ApiKey: typeof ApiKey_; const Resource: typeof Resource_; const Account: typeof Account_; const RestApi: typeof RestApi_; const VpcLink: typeof VpcLink_; const Method: typeof Method_; type Deployment = Deployment_; type Authorizer = Authorizer_; type DomainName = DomainName_; type DocumentationPart = DocumentationPart_; type Model = Model_; type UsagePlan = UsagePlan_; type BasePathMapping = BasePathMapping_; type Stage = Stage_; type GatewayResponse = GatewayResponse_; type ClientCertificate = ClientCertificate_; type DocumentationVersion = DocumentationVersion_; type UsagePlanKey = UsagePlanKey_; type RequestValidator = RequestValidator_; type ApiKey = ApiKey_; type Resource = Resource_; type Account = Account_; type RestApi = RestApi_; type VpcLink = VpcLink_; type Method = Method_; }