export declare function readConfiguredClaudeCommand(): string; export declare function resolveClaudeCommand(): { readonly command: string; readonly args: readonly string[]; }; //# sourceMappingURL=claude-command.d.ts.map