import { APIGateway, ApiGatewayV2 } from "aws-sdk"; /** * Gets all API Gatway _endpoints_ defined in a given * AWS profile/account. */ export declare function getApiGatewayEndpoints(profileName: string, region: string): Promise<{ httpApi: import("aws-sdk/lib/request").PromiseResult; restApi: import("aws-sdk/lib/request").PromiseResult; }>; //# sourceMappingURL=getApiGatewayEndpoints.d.ts.map