import type { FlexBubble } from "./types.js";
export declare function attachFooterText(bubble: FlexBubble, footer: string): void;
