import { WebhookEndpointConfiguration } from './webhook.endpoint.configuration'; export type WebhookEndpointConfigurations = WebhookEndpointConfiguration[]; export declare function LoadWebhookEndpointConfigurations(current: WebhookEndpointConfigurations, payload: any): WebhookEndpointConfigurations;