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