/**
* Module: Shared API Types
* Purpose: Common interface definitions for CLI and Worker communication
* Dependencies: None (type definitions only)
* Used by: cli-http.ts, worker.ts, all CLI and Worker modules
*/export {};
//# sourceMappingURL=types.js.map