4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
export declare function getTmuxPath(): Promise<string | null>;
|
|
export declare function getCachedTmuxPath(): string | null;
|
|
export declare function startBackgroundCheck(): void;
|