/** Maps a canonical tool name to the name Codex accepts on the wire. */ export declare function codexToolWireName(name: string): string; /** Maps a Codex wire tool name back to the canonical harness tool name. */ export declare function codexToolCanonicalName(wireName: string): string;