import { Component } from "./component";
export declare type Entity = number;
export declare type EntitySnapshot = [Entity, Component[]];
export declare type EntitySnapshotWithDiff = [...EntitySnapshot, (Component | null)[]];
//# sourceMappingURL=entity.d.ts.map