import type { WebhookDefinition } from "./types.js"; /** Return true for source webhook identifiers accepted by hosted reconciliation. */ export declare function isWebhookId(value: unknown): value is string; export declare function normalizeWebhookDefinition(value: unknown): WebhookDefinition; export declare function normalizeWebhookConfig(value: unknown): WebhookDefinition; export declare function isValidWebhookDefinition(value: unknown): value is WebhookDefinition; //# sourceMappingURL=validation.d.ts.map