export { EndpointServiceArgs, EndpointServiceState } from "./endpointService"; export type EndpointService = import("./endpointService").EndpointService; export declare const EndpointService: typeof import("./endpointService").EndpointService; export { GatewayEndpointArgs, GatewayEndpointState } from "./gatewayEndpoint"; export type GatewayEndpoint = import("./gatewayEndpoint").GatewayEndpoint; export declare const GatewayEndpoint: typeof import("./gatewayEndpoint").GatewayEndpoint; export { GetEndpointServiceArgs, GetEndpointServiceResult, GetEndpointServiceOutputArgs } from "./getEndpointService"; export declare const getEndpointService: typeof import("./getEndpointService").getEndpointService; export declare const getEndpointServiceOutput: typeof import("./getEndpointService").getEndpointServiceOutput; export { GetEndpointServicesResult } from "./getEndpointServices"; export declare const getEndpointServices: typeof import("./getEndpointServices").getEndpointServices; export declare const getEndpointServicesOutput: typeof import("./getEndpointServices").getEndpointServicesOutput; export { GetGatewayEndpointArgs, GetGatewayEndpointResult, GetGatewayEndpointOutputArgs } from "./getGatewayEndpoint"; export declare const getGatewayEndpoint: typeof import("./getGatewayEndpoint").getGatewayEndpoint; export declare const getGatewayEndpointOutput: typeof import("./getGatewayEndpoint").getGatewayEndpointOutput; export { GetGatewayEndpointsResult } from "./getGatewayEndpoints"; export declare const getGatewayEndpoints: typeof import("./getGatewayEndpoints").getGatewayEndpoints; export declare const getGatewayEndpointsOutput: typeof import("./getGatewayEndpoints").getGatewayEndpointsOutput; export { GetVpcEndpointArgs, GetVpcEndpointResult, GetVpcEndpointOutputArgs } from "./getVpcEndpoint"; export declare const getVpcEndpoint: typeof import("./getVpcEndpoint").getVpcEndpoint; export declare const getVpcEndpointOutput: typeof import("./getVpcEndpoint").getVpcEndpointOutput; export { GetVpcEndpointConnectionArgs, GetVpcEndpointConnectionResult, GetVpcEndpointConnectionOutputArgs } from "./getVpcEndpointConnection"; export declare const getVpcEndpointConnection: typeof import("./getVpcEndpointConnection").getVpcEndpointConnection; export declare const getVpcEndpointConnectionOutput: typeof import("./getVpcEndpointConnection").getVpcEndpointConnectionOutput; export { GetVpcEndpointConnectionsResult } from "./getVpcEndpointConnections"; export declare const getVpcEndpointConnections: typeof import("./getVpcEndpointConnections").getVpcEndpointConnections; export declare const getVpcEndpointConnectionsOutput: typeof import("./getVpcEndpointConnections").getVpcEndpointConnectionsOutput; export { GetVpcEndpointsResult } from "./getVpcEndpoints"; export declare const getVpcEndpoints: typeof import("./getVpcEndpoints").getVpcEndpoints; export declare const getVpcEndpointsOutput: typeof import("./getVpcEndpoints").getVpcEndpointsOutput; export { VpcEndpointArgs, VpcEndpointState } from "./vpcEndpoint"; export type VpcEndpoint = import("./vpcEndpoint").VpcEndpoint; export declare const VpcEndpoint: typeof import("./vpcEndpoint").VpcEndpoint; export { VpcEndpointConnectionArgs, VpcEndpointConnectionState } from "./vpcEndpointConnection"; export type VpcEndpointConnection = import("./vpcEndpointConnection").VpcEndpointConnection; export declare const VpcEndpointConnection: typeof import("./vpcEndpointConnection").VpcEndpointConnection;