import type { Services } from '../typings'; import { Command } from 'commander'; export declare function upsertModel(services: Services): (modelPath: string, cmd: any) => Promise; export declare function models(services: Services): (cmd: any) => Promise; export declare function graph(services: Services): (cmd: any) => Promise; export default function register(services: Services, name?: string): Command;