UNPKG

@khulnasoft.com/dev-tools

Version:

KhulnaSoft Visual CMS Devtools

4 lines (3 loc) 198 B
import type { DevToolsSys } from "../../types"; import type { CLIArgs } from "../index"; export declare const runAuthCommand: (sys: DevToolsSys, subCommand: string, args: CLIArgs) => Promise<void>;