export declare function getAst(code: any): any;
export declare const run: (env: any) => (code: any) => Promise<any>;
export * from './js-interop';
