import { Command } from 'commander';

declare const sphereon: Command;

declare const dev: Command;

export { dev, sphereon };
