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