import type { WithId } from '../types'; export declare class PlayerChunkItem { model: T; chunkId: string; constructor(init: { model: T; chunkId: string; }); }