import { AbstractMigration } from '../base/abstract-migration';
export declare class MatchDatasourcesMigration extends AbstractMigration {
    readonly propertyName = "matchDatasources";
    run(value: unknown): void;
}
