import { IPSDEDataSetReturn } from './ipsdedata-set-return'; import { IPSDEMethodDTO } from '../service/ipsdemethod-dto'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDataSetReturnImpl extends PSModelObjectImpl implements IPSDEDataSetReturn { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdemethoddto: IPSDEMethodDTO | null; getPSDEMethodDTO(): IPSDEMethodDTO | null; get psDEMethodDTO(): IPSDEMethodDTO | null; getPSDEMethodDTOMust(): IPSDEMethodDTO; get rTMOSFilePath(): string; get type(): 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'UNKNOWN' | 'USER' | 'USER2'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedata-set-return-impl.d.ts.map