import { IPSDEAction } from '../action/ipsdeaction'; import { IPSDEMainStateAction } from './ipsdemain-state-action'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMainStateActionImpl extends PSModelObjectImpl implements IPSDEMainStateAction { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdeaction: IPSDEAction | null; getPSDEAction(): IPSDEAction | null; get psDEAction(): IPSDEAction | null; getPSDEActionMust(): IPSDEAction; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get allowMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemain-state-action-impl.d.ts.map