import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSDEMainState } from './ipsdemain-state'; import { IPSDEMainStateRS } from './ipsdemain-state-rs'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMainStateRSImpl extends PSModelObjectImpl implements IPSDEMainStateRS, IPSModelSortable { get codeName(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get mOSFilePath(): string; get memo(): string; get name(): string; protected nextpsdemainstate: IPSDEMainState | null; getNextPSDEMainState(): IPSDEMainState | null; get nextPSDEMainState(): IPSDEMainState | null; getNextPSDEMainStateMust(): IPSDEMainState; get orderValue(): number; protected prevpsdemainstate: IPSDEMainState | null; getPrevPSDEMainState(): IPSDEMainState | null; get prevPSDEMainState(): IPSDEMainState | null; getPrevPSDEMainStateMust(): IPSDEMainState; 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=psdemain-state-rsimpl.d.ts.map