export default function getGlobalStoragePath(cwd: string): string; export declare function isGitAvailable(): Promise; export declare function getRepoRoot(path: string): Promise; export declare function getCurrentBranch(repoRoot: string): Promise; export declare function loadWingmanRules(workspace: string): Promise; export declare function ensureChromium(globalStoragePath: string): Promise; export declare function loadFiles(cwd: string, files: string[]): Promise<{ path: string; code: string; }[]>;