import { AwsCredentials, AwsResourcesList, RateLimiter } from '../../../types'; import { AwsSupportedResources } from '../../../definitions/supported-services'; export declare function getLambdaFunctions(credentials: AwsCredentials, rateLimiter: RateLimiter, region: string): Promise>; //# sourceMappingURL=lambda-functions.d.ts.map