import { SimpleDatabase } from '../database/simple-database'; import * as i0 from "@angular/core"; export declare class DataDictionaryService { static dataDictionary: any; constructor(); getSimpleDatabaseTable(table: string): SimpleDatabase; getTablesFieldPropertiesObject(tableName: string, fieldName: string): any; getTableFieldPropertiesListSelectOptions(tableName: string, fieldName: string): any[]; getTablesFieldsObject(tableName: string, includeViews?: boolean): any; getTableFieldsListSelectOptions(tableName: string, includeViews?: boolean): any[]; getTablesObject(): any; getTablesListSelectOptions(): any[]; getTableFieldSelectOptions(tableName: string, fieldName: string): any; registerDataDictionary(dataDictionary: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }