import { Service } from 'aws-sdk'; import { IResource, TransformFunctionType } from '../types'; export declare const Transform: { CloudTrail: { Trail: TransformFunctionType; TrailList: (AWSClient: Service) => Promise; }; EC2: { CustomerGateway: TransformFunctionType; DHCPOptions: TransformFunctionType; EIP: TransformFunctionType; EgressOnlyInternetGateway: TransformFunctionType; FlowLog: TransformFunctionType; Host: TransformFunctionType; Instance: TransformFunctionType; InternetGateway: TransformFunctionType; NatGateway: TransformFunctionType; RouteTable: TransformFunctionType; }; S3: { Bucket: TransformFunctionType; BucketList: (AWSClient: Service) => Promise; BucketPolicy: TransformFunctionType; BucketPolicyList: (AWSClient: Service) => Promise; }; };