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