#!/usr/bin/env node export declare const startTUI: () => { unmount: () => void; waitUntilExit: () => Promise; }; //# sourceMappingURL=index.d.ts.map