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