import { type ClientRegistrationResult, type WriteClientRegistrationInput } from '../registration-writer.js'; /** The path this writer targets, without performing any write -- shared with * `real-port.ts`'s read-only registration inspection so it never re-derives * (and risks drifting from) this writer's own resolution. */ export declare function claudeCodeRegistrationPath(homeDir: string): string; export declare function writeClaudeCodeRegistration(input: WriteClientRegistrationInput): Promise; //# sourceMappingURL=claude-code.d.ts.map