import type { Command } from 'commander'; import { type TwistTokenStore } from '../../lib/auth-provider.js'; export declare function attachTwistLoginCommand(parent: Command, store: TwistTokenStore): Command; //# sourceMappingURL=login.d.ts.map