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