import { IDepTreeNode } from "../internal";
export declare function getAtom(thing: any, property?: PropertyKey): IDepTreeNode;
export declare function getAdministration(thing: any, property?: string): any;
export declare function getDebugName(thing: any, property?: string): string;