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