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