import type { MutationOptions } from '../../lib/options.js'; type UpdateOptions = MutationOptions; export declare function updateMessage(ref: string, content: string | undefined, options: UpdateOptions): Promise; export {}; //# sourceMappingURL=update.d.ts.map