import { IPSAppLan } from './ipsapp-lan'; import { IPSLanguageItem } from '../res/ipslanguage-item'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppLanImpl extends PSModelObjectImpl implements IPSAppLan { protected allpslanguageitems: IPSLanguageItem[] | null; getAllPSLanguageItems(): IPSLanguageItem[] | null; get allPSLanguageItems(): IPSLanguageItem[] | null; findPSLanguageItem(objKey: any): IPSLanguageItem | null; get codeName(): string; get dynaModelFilePath(): string; get language(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-lan-impl.d.ts.map