import type { CommandContext } from '../types.js'; export declare function handleDelete(ctx: CommandContext, id: string): Promise; //# sourceMappingURL=delete.d.ts.map