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