import { IPSInheritDEField } from './ipsinherit-defield'; import { PSLinkDEFieldImpl } from './pslink-defield-impl'; export declare class PSInheritDEFieldImpl extends PSLinkDEFieldImpl implements IPSInheritDEField { get inheritDEField(): boolean; get phisicalDEField(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psinherit-defield-impl.d.ts.map