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