import { CommandableLambdaFunction } from 'pip-services3-aws-nodex';
export declare class ActivitiesLambdaFunction extends CommandableLambdaFunction {
    constructor();
}
export declare const handler: (event: any) => Promise<any>;
