import { IPSSysSearchField } from './ipssys-search-field'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysSearchFieldImpl extends PSModelObjectImpl implements IPSSysSearchField { get analyzer(): string; get codeName(): string; get dateFormat(): string; get dynaModelFilePath(): string; get fieldTag(): string; get fieldTag2(): string; get fieldType(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get pattern(): string; get rTMOSFilePath(): string; get searchAnalyzer(): string; get stdDataType(): 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 userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get fieldData(): boolean; get includeInParent(): boolean; get index(): boolean; get pKey(): boolean; get store(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-search-field-impl.d.ts.map