import { Freeable } from './types'; export declare class ManagedFreeableScope { #private; manage(freeable: T): T; dispose(): void; } export declare const usingAutoFree: (cb: (scope: ManagedFreeableScope) => TReturn) => TReturn; //# sourceMappingURL=freeable.d.ts.map