import { Buffer } from "node:buffer"; export interface Event { provider: string; type: string; topic: string; metadata: Record; payload: Buffer; normalized?: Record; requestId?: string; installationId?: string; logId?: string; client?: unknown; } //# sourceMappingURL=event.d.ts.map