import { KinesisStreamEvent } from 'aws-lambda'; import { IHandler } from '..'; export declare type KinesisStreamHandler = IHandler;