import { Webhook } from '../models/webhook.model';
export declare class WebhookFactory {
    static get instance(): Webhook;
}
