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