declare function runAsyncCode(codeString: string, context?: {}): Promise<any>;

export { runAsyncCode as default };
