import { type Io } from './output.js'; /** * Map a thrown bridge error to an exit code, printing one actionable * line to stderr. UsageErrors propagate — main() owns those. */ export declare function mapBridgeError(err: unknown, io: Io): number;