/** * Interactive first-run setup wizard. * * Usage: node dist/standalone.js --setup * * Walks through: Matrix homeserver → bot login (or pasted token) → trusted * admin user → E2EE toggle, then writes ~/.pi/pi-courier.json. */ export declare function runSetup(): Promise; //# sourceMappingURL=setup.d.ts.map