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