import { IPSDERInherit } from './ipsderinherit'; import { PSDERIndexImpl } from './psderindex-impl'; export declare class PSDERInheritImpl extends PSDERIndexImpl implements IPSDERInherit { get inheritMode(): 1 | 2; get inherit(): boolean; get logicInherit(): boolean; get sameStorage(): boolean; get singleInherit(): boolean; get storageInherit(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psderinherit-impl.d.ts.map