import { Test } from 'nodeunit'; declare const _default: { 'default function'(test: Test): void; 'adds policy permissions'(test: Test): void; 'fails if inline code is used for an invalid runtime'(test: Test): void; 'addToResourcePolicy': { 'can be used to add permissions to the Lambda function'(test: Test): void; 'fails if the principal is not a service or account principals'(test: Test): void; 'BYORole'(test: Test): void; }; 'import/export': { 'lambda.export() can be used to add Outputs to the stack and returns a LambdaRef object'(test: Test): void; }; 'Lambda can serve as EventRule target, permission gets added'(test: Test): void; 'Lambda code can be read from a local directory via an asset'(test: Test): void; }; export = _default;