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