#!/usr/bin/env node /** * CLI entrypoint. Exported (not just `void main(...)` at module top) * so the test suite can exercise the argument parser without spawning * a subprocess. Real invocation goes through the bottom-of-file * bootstrap when this module is run as `node pi-steering.js`. */ export declare function main(argv: string[]): Promise; //# sourceMappingURL=pi-steering.d.ts.map