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