import type { ParsedArgs } from "../../shared/types.js"; import { type PreparedWebhookInvocation } from "../../../src/webhook/index.js"; export declare function toWebhookAgentOptions(invocation: PreparedWebhookInvocation): { agentInput?: string; agentContext?: Record; }; export declare function handleWebhookCommand(args: ParsedArgs): Promise; //# sourceMappingURL=handler.d.ts.map