import { SelectQueryBuilder } from "../../"; /** * Holds a number of children in the closure table of the column. * * @deprecated Do not use this decorator, it may be removed in the future versions */ export declare function RelationCount(relation: string | ((object: T) => any), alias?: string, queryBuilderFactory?: (qb: SelectQueryBuilder) => SelectQueryBuilder): PropertyDecorator;