import type { PlaintextMessage } from '../types'; export declare function getThreadIdFromPlainTextMessage(message: PlaintextMessage): string;