import type { ReplyOptions } from './helpers.js'; export declare function replyToConversation(ref: string, content: string | undefined, options: ReplyOptions): Promise; //# sourceMappingURL=reply.d.ts.map