import AWSLambda from "aws-lambda";
export declare const handler: (event: AWSLambda.SQSEvent) => Promise<void>;
