import { Migration } from '../migration';
declare const up: Migration;
declare const down: Migration;
export { up, down };
