import type { Knex } from 'knex';
export default function runSeed(database: Knex): Promise<void>;
