import { IPSSysBDTableDE } from './ipssys-bdtable-de'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysBDTableDEImpl extends PSModelObjectImpl implements IPSSysBDTableDE { get bDTableDEType(): 1 | 2 | 3 | 0; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get rowKeyFormat(): string; get rowKeyParams(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-bdtable-deimpl.d.ts.map