export default interface IMigrator { isLatest(): Promise; sync(n?: any): Promise; }