import { DynamicModule } from "@nestjs/common"; import { Adapter } from "@decaf-ts/core"; import { DecafWebhookModuleOptions } from "./types.d.mts"; export declare class DecafWebhookModule { private static _logger; private static _persistence?; private static get log(); static bootPersistence(options: DecafWebhookModuleOptions): Promise[]>; static forRoot(options: DecafWebhookModuleOptions): Promise; static forRootAsync(options: DecafWebhookModuleOptions): Promise; } export declare const DecafWebhooksModule: typeof DecafWebhookModule; export declare function runWebhooksMigrations(): Promise;