declare const isInBrowser: boolean; declare const globalScope: any; declare const getExpressionResult: (code: string, context: any) => Promise; export { isInBrowser, globalScope, getExpressionResult };