export declare class ScriptAst { constructor(script: string); findFunctionCalls(functionName: string): Array; toString(): string; }