import type { MutationOptions } from '../../lib/options.js'; type ReplyOptions = MutationOptions & { notify?: string; close?: boolean; reopen?: boolean; file?: string[]; }; export declare function replyToThread(ref: string, content: string | undefined, options: ReplyOptions): Promise; export {}; //# sourceMappingURL=reply.d.ts.map