import type { HookDefinition, HookResult, HookEvent } from '../types.js'; /** * HTTP hook runner. * POSTs the event JSON to the configured URL and parses the response as HookResult. */ export declare function run(hook: HookDefinition, event: HookEvent): Promise; //# sourceMappingURL=http.d.ts.map