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