import * as Knex from "knex"; export declare const setupDepartmentSchema: (knex: Knex) => Promise; export declare const teardownDepartmentSchema: (knex: Knex) => Promise;