import { CommandableLambdaFunction } from 'pip-services3-aws-node';
export declare class RolesLambdaFunction extends CommandableLambdaFunction {
    constructor();
}
export declare const handler: (event: any, context: any) => void;
