import { Lambda } from "aws-sdk"; import { IAwsOptions } from "../../@types/aws"; /** * Gets a list of AWS Lambda functions from a given AWS * profile and region. This list is provided using the * AWS CLI. */ export declare function getAwsLambdaFunctions(opts: IAwsOptions): Promise>; //# sourceMappingURL=getAwsLambdaFunctions.d.ts.map