import { Command } from 'commander';
import { GlobalOptions } from '../lib/globalOptions';
type GetOptions = () => GlobalOptions;
export declare function createWorkspaceCommand(getOptions: GetOptions): Command;
export {};
