export declare function stripHtml(s: string): string; export declare function withTelegramFormatFallback(send: (opts: { parseMode?: "HTML"; text: string; }) => Promise, text: string): Promise; //# sourceMappingURL=format-fallback.d.ts.map