import type { SlashCommandContext } from './types.js'; export declare function handleDiffCommand(ctx: SlashCommandContext, filePath?: string): Promise; //# sourceMappingURL=diff.d.ts.map