import { FlywayConfiguration } from './flyway.configuration'; import { FlywayEnvironments } from './flyway.environments'; export declare const Flyway: Record<"forFeatureAsync", (asyncOptions?: import("@nestjs-mod/common").ForFeatureAsyncMethodOptions | undefined) => Promise> & Record<"forFeature", (options?: { featureModuleName: string; contextName?: string; } | undefined) => Promise> & Record<"forRoot", (options?: import("@nestjs-mod/common").ForRootMethodOptions | undefined) => Promise> & Record<"forRootAsync", (asyncOptions?: import("@nestjs-mod/common").ForRootAsyncMethodOptions | undefined) => Promise>;