import { AdditionalGlobals } from './execute/index'; /** Executes the given script in memory, and returns it's exports. */ export declare function evaluate(scriptPath: string, additional?: AdditionalGlobals): { [key: string]: any; };