export declare class UtilsDrop { static getTablesNames(db: any): Promise; static getViewsNames(mDb: any): Promise; static dropElements(db: any, type: string): Promise; static dropAll(db: any): Promise; static dropTempTables(db: any, alterTables: Record): Promise; }