import { ECSContext } from './ecs'; import type { SerializeEntityOptions } from './worldSchema'; import type { ArchetypeBundle as ArchetypeBundleType } from '../modules/archetype'; export type ArchetypeBundle = ArchetypeBundleType; export declare function getEntityBundle(ctx: ECSContext, eid: number, options?: SerializeEntityOptions): ArchetypeBundle; export declare function despawn(ctx: ECSContext, eid: number, options?: SerializeEntityOptions): ArchetypeBundle; //# sourceMappingURL=despawn.d.ts.map