import Api_ from './Api';
import ApiGatewayManagedOverrides_ from './ApiGatewayManagedOverrides';
import ApiMapping_ from './ApiMapping';
import Authorizer_ from './Authorizer';
import Deployment_ from './Deployment';
import DomainName_ from './DomainName';
import Integration_ from './Integration';
import IntegrationResponse_ from './IntegrationResponse';
import Model_ from './Model';
import Route_ from './Route';
import RouteResponse_ from './RouteResponse';
import Stage_ from './Stage';
import VpcLink_ from './VpcLink';
export declare namespace ApiGatewayV2 {
    const Api: typeof Api_;
    const ApiGatewayManagedOverrides: typeof ApiGatewayManagedOverrides_;
    const ApiMapping: typeof ApiMapping_;
    const Authorizer: typeof Authorizer_;
    const Deployment: typeof Deployment_;
    const DomainName: typeof DomainName_;
    const Integration: typeof Integration_;
    const IntegrationResponse: typeof IntegrationResponse_;
    const Model: typeof Model_;
    const Route: typeof Route_;
    const RouteResponse: typeof RouteResponse_;
    const Stage: typeof Stage_;
    const VpcLink: typeof VpcLink_;
}
export default ApiGatewayV2;
