import { IPSDEAction } from '../action/ipsdeaction'; import { IPSDEMapAction } from './ipsdemap-action'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMapActionImpl extends PSModelObjectImpl implements IPSDEMapAction { get codeName(): string; protected dstpsdeaction: IPSDEAction | null; getDstPSDEAction(): IPSDEAction | null; get dstPSDEAction(): IPSDEAction | null; getDstPSDEActionMust(): IPSDEAction; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; protected srcpsdeaction: IPSDEAction | null; getSrcPSDEAction(): IPSDEAction | null; get srcPSDEAction(): IPSDEAction | null; getSrcPSDEActionMust(): IPSDEAction; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemap-action-impl.d.ts.map