export declare class FlywayConfiguration { featureName?: string; migrationsFolder: string; configFile: string; nxProjectJsonFile?: string; }