import type { WsClient } from './ws-client'; export declare function formatQuotedPrefix(author: string, quotedText: string): string; export declare function fetchQuotedContext(wsClient: Pick, replyMessageId: string, resolveAuthorName: (authorId: string) => string, logger: { warn(m: string): void; } | null, timeoutMs?: number): Promise; //# sourceMappingURL=reply-context.d.ts.map