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