import type { WebhookConfig, WebhookDefinition } from "./types.js"; /** * Validate and normalize a source-defined webhook configuration. * * Invalid top-level or nested fields fail with `webhook-config-invalid` before * the definition can enter discovery or trigger execution. */ export declare function webhook(config: WebhookConfig): WebhookDefinition; //# sourceMappingURL=factory.d.ts.map