/**
 * Decorator function for Outgoing Webhooks
 * @param endpoint The endpoint which the Webhook should listen to (typically '/api/webhook')
 */
export declare function OutgoingWebhookDeclaration(endpoint: string): (target: any) => void;
