import { State } from '../shared/State'; /** * Test connector servers * @returns {Promise} a promise that resolves to a TestConnectorServersInterface object */ export declare function compileScript({ script, state, }: { script: string; state: State; }): Promise; export declare function evaluateScript({ script, globals, state, }: { script: string; globals?: { [key: string]: any; }; state: State; }): Promise; //# sourceMappingURL=IdmScriptApi.d.ts.map