import './_globals'; import * as constructors from './constructors'; import * as grammar from './grammar'; import * as indexing from './indexing'; import * as random from './random'; import * as statistics from './statistics'; export declare const modules: { constructors: typeof constructors; grammar: typeof grammar; random: typeof random; indexing: typeof indexing; statistics: typeof statistics; }; //# sourceMappingURL=index.d.ts.map