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