export declare class ResouceTracker { private _onDestroyed; private _resources; constructor(onDestroyed: (key: string) => void); addResource(key: string): void; }