UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

7 lines (6 loc) 229 B
import type { DevToolsSys } from "../../types"; import type { CLIArgs } from "../index"; /** * Main connect-repo command handler */ export declare function runRepoConnectCommand(sys: DevToolsSys, args: CLIArgs): Promise<void>;