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