import { MigrationInterface, PostgresQueryRunner } from "@fullstack-one/db"; export declare class InitialMetaAuth1560267369283 implements MigrationInterface { up(queryRunner: PostgresQueryRunner): Promise; down(queryRunner: PostgresQueryRunner): Promise; }