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