export declare type Migration = { version: string; name: string; timestamp: Date; };