import './_globals'; import * as basic from './basic'; import * as indexes from './indexes'; import * as jsInterface from './js-interface'; import * as elementwise from './elementwise'; import * as print from './print'; import * as reduce from './reduce'; import * as operators from './operators'; import * as transform from './transform'; export declare const modules: { basic: typeof basic; jsInterface: typeof jsInterface; indexes: typeof indexes; elementwise: typeof elementwise; print: typeof print; reduce: typeof reduce; operators: typeof operators; transform: typeof transform; }; //# sourceMappingURL=index.d.ts.map