import type { Sheet } from "./types.js"; export declare function formatFormulaBar(sheet: Sheet, active: { r: number; c: number; }): string; export declare function balanceFormula(text: string): string;