import Route_ from './route'; import Stage_ from './stage'; import Api_ from './api'; import RouteResponse_ from './routeResponse'; import DomainName_ from './domainName'; import Integration_ from './integration'; import Deployment_ from './deployment'; import Model_ from './model'; import Authorizer_ from './authorizer'; import IntegrationResponse_ from './integrationResponse'; import ApiMapping_ from './apiMapping'; export declare namespace ApiGatewayV2 { const Route: typeof Route_; const Stage: typeof Stage_; const Api: typeof Api_; const RouteResponse: typeof RouteResponse_; const DomainName: typeof DomainName_; const Integration: typeof Integration_; const Deployment: typeof Deployment_; const Model: typeof Model_; const Authorizer: typeof Authorizer_; const IntegrationResponse: typeof IntegrationResponse_; const ApiMapping: typeof ApiMapping_; type Route = Route_; type Stage = Stage_; type Api = Api_; type RouteResponse = RouteResponse_; type DomainName = DomainName_; type Integration = Integration_; type Deployment = Deployment_; type Model = Model_; type Authorizer = Authorizer_; type IntegrationResponse = IntegrationResponse_; type ApiMapping = ApiMapping_; }