export declare class InheritableTests { "initial source node tree properties are as expected"(): void; "newChild creates new child, does not set it"(): void; "setChild adds new child to parent"(): void; "ensureChild creates and adds new child to parent"(): void; "ensureChild accepts optional key"(): void; "ensureChild will not overwrite existing nodes"(): void; "children accessor methods work as expected"(): void; "grandchildren have tree properties set as expected"(): void; "setBase creates inheritance tree for self"(): void; "setBase creates inheritance tree for children"(): void; "setBase creates inheritance tree for grandchildren"(): void; } //# sourceMappingURL=inheritable-test.d.ts.map