import type { ObjectLiteral } from '../../type';
import type { RelationsBuildInput } from './type';
export declare function buildQueryRelations<T extends ObjectLiteral = ObjectLiteral>(input?: RelationsBuildInput<T>): string[];
export declare function mergeQueryRelations(target?: string[], source?: string[]): string[];
//# sourceMappingURL=build.d.ts.map