export declare class ToolLockManager { #private; run(keys: readonly string[], operation: () => Promise | T): Promise; }