/** * Hands the user the full app source at the bundled template version, wired to * their existing worker/KV/inbox. After eject the CLI still manages Nylas * resources but never deploys this project again. */ export declare function runEject(opts: { name?: string; dir?: string; }): Promise; //# sourceMappingURL=eject.d.ts.map