import { Taon } from 'taon';
import { QueryRunner } from 'taon-typeorm';
export declare class MainContext_1736195659183_myNewDbChange222 extends Taon.Base
    .Migration {
    /**
     * remove this method if you are ready to run this migration
     */
    isReadyToRun(): boolean;
    up(queryRunner: QueryRunner): Promise<any>;
    down(queryRunner: QueryRunner): Promise<any>;
}