import { IPSSystemModule } from '../system/ipssystem-module'; import { IPSWFWorkTime } from './ipswfwork-time'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFWorkTimeImpl extends PSModelObjectImpl implements IPSWFWorkTime { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; get rTMOSFilePath(): string; get userCat(): string; get userData(): string; get userData2(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get wFWorkTimeSN(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfwork-time-impl.d.ts.map