export class EntityProxyScope {
    /**
     *
     * @type {number}
     */
    entity: number;
    /**
     *
     * @type {EntityComponentDataset}
     */
    ecd: EntityComponentDataset;
    scope: this;
    /**
     *
     * @param {number} entity
     * @param {EntityComponentDataset} ecd
     */
    attach(entity: number, ecd: EntityComponentDataset): void;
}
//# sourceMappingURL=EntityProxyScope.d.ts.map