import { RestApi } from '@aws-sdk/client-api-gateway';
export declare function getAPIGatewayRESTInstances(region: string): Promise<RestApi[]>;
