import { CommandTypes } from "../types"; export declare const commands: { authenticate: import("../types").Command; build: import("../types").Command; publish: import("../types").Command; version: import("../types").Command; help: () => void; "list-teams": import("../types").Command; };