export declare class InheritedSyncRunner { static syncInheritModel(model: any, options: any): Promise; static createTable(tableName: any, attributes: any, options: any, model: any, parents: any): Promise; }