import _ from 'lodash'; import moment from 'moment'; export declare const moduleContext: { data: any; globalData: any; urlParam: any; routerData: any; state: any; lcdpApi: {}; appId: string; pageId: string; attrDataMap: {}; moment: typeof moment; _: _.LoDashStatic; messageApi: {}; api: {}; customActionMap: {}; LcdpTerminalType: {}; appInfo: {}; utils: { getLocaleEnv: () => void; getLocaleLanguage: () => void; }; functorsMap: {}; getValue: (id: string) => string; }; export declare const sandBoxLoadModule: (code: string, options?: { allowMap?: Record; dependencies?: Record; }) => any;