import { GhqWorktreeConfig, WorktreeInfo } from "../types/index.js"; export declare function loadConfig(): Promise; export declare function saveConfig(config: GhqWorktreeConfig): Promise; export declare function addWorktree(worktree: WorktreeInfo): Promise; export declare function removeWorktreeFromConfig(id: string): Promise; export declare function getWorktreeBySlot(slot: string): Promise; export declare function getWorktreesBySlot(slot: string): Promise; export declare function getWorktreesByRepository(repository: string): Promise; export declare function getAllWorktrees(): Promise; export declare function findSlotByBranch(branch: string): Promise; export declare function isSlotAvailable(slot: string, repository?: string): Promise; export declare function updateConfig(updates: Partial): Promise; //# sourceMappingURL=config.d.ts.map