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