import { RelationOptions } from "../options/RelationOptions"; /** * Marks a specific property of the class as a parent of the tree. */ export declare function TreeParent(options?: RelationOptions): Function;