/** Codex's canonical app_server_control_socket_path, relative to its selected home. */ export declare const codexLocalSocketPath: (codexHomeArg: string) => string; /** Absence selects an owned server. An inaccessible or stale socket is a connection failure. */ export declare const findCodexLocalSocket: (codexHomeArg: string) => Promise;