import { S3Event } from 'aws-lambda'; import { IHandler } from '../'; export declare type S3Handler = IHandler;