import type { DevToolsSys } from "../../types"; import type { CLIArgs } from "../index"; export declare const runAuthCommand: (sys: DevToolsSys, subCommand: string, args: CLIArgs) => Promise;