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