- import { Entity } from "./Entity";
- import { Registry } from "./Registry";
- import { World } from "./World";
- export * from "./Entity";
- export * from "./Registry";
- export * from "./World";
- export declare const accountProviders: {
- Entity: typeof Entity;
- Registry: typeof Registry;
- World: typeof World;
- };
- //# sourceMappingURL=index.d.ts.map
|