type UsingSpec = Record; export declare function resetUsing(): void; export declare function getUsing(): UsingSpec; export declare function onUse(name: string): void; export {};