import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const WebhookReceiver: core.serialization.ObjectSchema; export declare namespace WebhookReceiver { interface Raw { event: string; is_active: boolean; key?: string | null; } }