import { IPSCodeList } from '../codelist/ipscode-list'; import { IPSDataItem } from './ipsdata-item'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSDataItemImpl extends PSModelObjectImpl implements IPSDataItem { get codeName(): string; get dataType(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29; get dynaModelFilePath(): string; get format(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pscodelist: IPSCodeList | null; getPSCodeList(): IPSCodeList | null; get psCodeList(): IPSCodeList | null; getPSCodeListMust(): IPSCodeList; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get convertToCodeItemText(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdata-item-impl.d.ts.map