import * as Knex from "knex"; export declare class Seed { seed: (knex: Knex) => Promise; constructor(seed: (knex: Knex) => Promise); }