export declare const up: (db: any) => Promise<void>;
export declare const down: (db: any) => Promise<void>;
