import { IPSDEActionWizardGroup } from './ipsdeaction-wizard-group'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEActionWizardGroupImpl extends PSModelObjectImpl implements IPSDEActionWizardGroup { get codeName(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeaction-wizard-group-impl.d.ts.map