import { WebhookService } from "../../core/services/WebhookService";
import { IntopaysConstructor } from "../Intopays";
export declare class WebhookFactory {
    static createWebhookService(config: IntopaysConstructor): WebhookService;
}
