export declare function getTmuxPath(): Promise<string | null>;
export declare function getCachedTmuxPath(): string | null;
export declare function resetTmuxPathCacheForTesting(): void;
export declare function startBackgroundCheck(): void;
