import { type MigrateAuthResult } from '@doist/cli-core/auth'; import type { TwistAccount } from './auth-provider.js'; /** * One-time migration of v1 auth state into the v2 `users[]` shape. Called * by postinstall and by the lazy hook in `createTwistTokenStore`. Idempotent * via the `config_version` marker. * * Uses raw `TwistApi` rather than `createWrappedTwistClient` to keep this * module out of the runtime auth/token-store import graph. */ export declare function runMigrateLegacyAuth(options?: { silent: boolean; }): Promise>; //# sourceMappingURL=migrate-auth.d.ts.map