import { IPSAppResource } from './ipsapp-resource'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppResourceImpl extends PSModelObjectImpl implements IPSAppResource { get codeName(): string; get content(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get resTag(): string; get resourceType(): 'IMAGE' | 'STRING' | 'USER' | 'USER2' | 'USER3' | 'USER4' | 'USER5' | 'USER6' | 'USER7' | 'USER8' | 'USER9'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-resource-impl.d.ts.map