#!/usr/bin/env bun /** * Native Runner - Subprocess for non-blocking native Rust calls * * This script runs in a separate process to keep the main event loop free * for UI rendering (e.g., spinner animation). * * Communication: file (JSON input) -> stdout (JSON output) */ export {}; //# sourceMappingURL=native-runner.d.ts.map