formulaParserReady
const formulaParserReady: Promise<{ parse: FnParseFormula; replaceRefsOnDelete: ReplaceRefsOnDeleteFn; replaceRefsOnMove: ReplaceRefsOnMoveFn; replaceSheetReferences: ReplaceSheetReferencesFn; replaceWorkbookReferences: ReplaceWorkbookReferencesFn;}>;Promise which can be awaited in asynchronous code to ensure that the formula parser has finished importing.