UNPKG

codesandbox

Version:
4 lines (3 loc) 158 B
import * as Commander from "commander"; export declare function login(): Promise<void>; export default function registerCLI(program: typeof Commander): void;