import { Reservation } from '@aws-sdk/client-ec2';
export declare function getEC2Instances(region: string): Promise<Reservation[]>;
