import type { SlashCommandContext } from './types.js'; export declare function handlePruneCommand(ctx: SlashCommandContext, args?: string[]): Promise; //# sourceMappingURL=prune.d.ts.map