import type { CLIContext } from '../types';
export declare function promptLogin(ctx: CLIContext): Promise<boolean>;
export default function loginAction(ctx: CLIContext, { showDashboardLink }?: {
    showDashboardLink?: boolean;
}): Promise<boolean>;
//# sourceMappingURL=action.d.ts.map