import { MigrationInterface, QueryRunner } from 'typeorm'; export declare class AddConfigToIntent1698329542000 implements MigrationInterface { name: string; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; }