import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const WebhooksWebhookRegisterResponse: core.serialization.ObjectSchema; export declare namespace WebhooksWebhookRegisterResponse { interface Raw { event_types?: string[] | null; message?: string | null; registered?: boolean | null; signing_secret?: string | null; signing_secret_configured?: boolean | null; url?: string | null; } }