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