import { ICommandContext } from '../command'; export declare function invoke(ctx: ICommandContext, name: string): Promise;