export declare const PATHS: { readonly USER_CONFIG_DIR: string; readonly USER_CONFIG_FILE: string; readonly CLAUDE_USER_CONFIG: string; readonly CLAUDE_PROJECT_CONFIG: string; readonly CLAUDE_PROJECT_LOCAL_CONFIG: string; }; export declare const DEFAULTS: { readonly BACKUP_RETENTION_COUNT: 5; readonly AUTO_BACKUP: true; readonly TOKEN_MASK_LENGTH: 4; }; export declare const COMMANDS: { readonly ADD: "add"; readonly LIST: "list"; readonly SWITCH: "switch"; readonly REMOVE: "remove"; readonly CURRENT: "current"; readonly BACKUP: "backup"; readonly RESTORE: "restore"; }; export declare const ERROR_CODES: { readonly CONFIG_NOT_FOUND: "CONFIG_NOT_FOUND"; readonly CONFIG_EXISTS: "CONFIG_EXISTS"; readonly CLAUDE_CONFIG_NOT_FOUND: "CLAUDE_CONFIG_NOT_FOUND"; readonly INVALID_URL: "INVALID_URL"; readonly INVALID_TOKEN: "INVALID_TOKEN"; readonly PERMISSION_DENIED: "PERMISSION_DENIED"; readonly BACKUP_FAILED: "BACKUP_FAILED"; readonly RESTORE_FAILED: "RESTORE_FAILED"; }; //# sourceMappingURL=constants.d.ts.map