export declare function resolveOpenCodePath(environment?: NodeJS.ProcessEnv): string; export declare function isOpenCodeInstalled(environment?: NodeJS.ProcessEnv): Promise; export declare function isTmuxInstalled(): Promise; export declare function getOpenCodeVersion(): Promise; export declare function getOpenCodePath(): string | null; export declare function fetchLatestVersion(packageName: string): Promise;