import { IPSSysDBIndex } from './ipssys-dbindex'; import { IPSSysDBIndexColumn } from './ipssys-dbindex-column'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysDBIndexImpl extends PSModelObjectImpl implements IPSSysDBIndex { protected allpssysdbindexcolumns: IPSSysDBIndexColumn[] | null; getAllPSSysDBIndexColumns(): IPSSysDBIndexColumn[] | null; get allPSSysDBIndexColumns(): IPSSysDBIndexColumn[] | null; findPSSysDBIndexColumn(objKey: any): IPSSysDBIndexColumn | null; get codeName(): string; get dynaModelFilePath(): string; get indexType(): 'NORMAL' | 'UNIQUE'; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get removeFlag(): boolean; get sourceType(): 'DEDBINDEX' | 'DER'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get allowReverse(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-dbindex-impl.d.ts.map