/** * Creates a proxy object that throws an error on any property access. * Used as a safeguard after disposal to catch dangling references. */ export declare function disposedProxy(name: string, instanceName: string): any; //# sourceMappingURL=disposedProxy.d.ts.map