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