import { IPSAppViewEngineParam } from './ipsapp-view-engine-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewEngineParamImpl extends PSModelObjectImpl implements IPSAppViewEngineParam { get appViewLogicName(): string; get codeName(): string; get ctrlName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get paramType(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get value(): IModel; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-view-engine-param-impl.d.ts.map