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