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