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