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