/** * Replaces variable and formulas with text nodes */ export declare function unquoteVariables(input: any): any; export default unquoteVariables;