import { ICommandContext } from '../command'; export declare function createService(ctx: ICommandContext): Promise;