import { SmartDbCoreTableModel } from "./smart-db-core-table-model";
import { SmartDbLogModel } from "./smart-db-log-model";
import { SmartDbUserTabColumnsViewModel } from "./smart-db-user-tab-columns-view-model";
import { SmartDbVersionModel } from "./smart-db-version-model";
import { SmartDbVersionViewModel } from "./smart-db-version-view-model";
interface SmartDbDictionaryEntry {
    cls: typeof SmartDbCoreTableModel | typeof SmartDbLogModel | typeof SmartDbUserTabColumnsViewModel | typeof SmartDbVersionModel | typeof SmartDbVersionViewModel;
}
export declare class SmartDbDictionary {
    static models: {
        [relation: string]: SmartDbDictionaryEntry;
    };
}
export {};
