export declare const indirectEval: typeof eval; export declare function evaluateAccessor(item: any, accessor: string): string | number | boolean | null; export declare function loadRemoteScriptWithCtx(scriptUrl: string, context?: Record): Promise;