export declare function handleFormulaError({ formula, error, }: { formula: string; error: any; }): void;