export interface SQSMessage { groupId: string; data: any; messageId?: string; receiptHandle?: string; }