import { Plugin, PluginFunction } from '@/types'; export declare function createCommand(install: PluginFunction, sort?: number): Plugin;