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