import { SQSRecord } from 'aws-lambda';
export declare const parseMessageAttributes: <MessageAttributes extends Record<string, unknown>>(messageAttributes: SQSRecord["messageAttributes"]) => MessageAttributes;
//# sourceMappingURL=parseMessageAttributes.d.ts.map