import type { IFunction } from '../plugin'; export declare function executeLocalFunction(func: IFunction, newArgs: any[]): any; //# sourceMappingURL=executeLocalFunction.d.ts.map