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