import { IPSFIDEFValueRule } from './ipsfidefvalue-rule'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSFIDEFValueRuleImpl extends PSModelObjectImpl implements IPSFIDEFValueRule { get memo(): string; get name(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psfidefvalue-rule-impl.d.ts.map