/** * @file 公式语法解析 */ export declare function collectVariables(strOrAst: string | Object, execMode?: boolean): Array;