export declare const usageSymbol: unique symbol; export declare function wrapWithUsageCheck(obj: T): T; export declare function isUsed(obj: object): boolean; export declare function extendWithUsage(original: T, extension: U): T & U; //# sourceMappingURL=usage.d.ts.map