import { IPlugin, ISlot } from '@miniu/types'; export declare module ISlotCommand { interface List extends ISlot { name: 'command.list'; val: [string, string, () => void]; } } export declare const name = "command"; declare const plugin: IPlugin; export default plugin;