import type { NetworkResponse } from './network'; export declare function updateMessage(queueId: string, updatedFields: Record): Promise;