import * as AWSLambda from 'aws-lambda';
export declare function handler(event: AWSLambda.SNSEvent): Promise<void>;
