import { IPSDEActionReturn } from './ipsdeaction-return'; import { IPSDEDataQuery } from '../ds/ipsdedata-query'; import { IPSDEMethodDTO } from '../service/ipsdemethod-dto'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEActionReturnImpl extends PSModelObjectImpl implements IPSDEActionReturn { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdedataquery: IPSDEDataQuery | null; getPSDEDataQuery(): IPSDEDataQuery | null; get psDEDataQuery(): IPSDEDataQuery | null; getPSDEDataQueryMust(): IPSDEDataQuery; protected psdemethoddto: IPSDEMethodDTO | null; getPSDEMethodDTO(): IPSDEMethodDTO | null; get psDEMethodDTO(): IPSDEMethodDTO | null; getPSDEMethodDTOMust(): IPSDEMethodDTO; get rTMOSFilePath(): 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 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=psdeaction-return-impl.d.ts.map