import type { RelationTypeIdInfo } from './get-relation-type-ids.js'; type SpaceSelectionMode = 'single' | 'many' | 'all'; export declare const getRelationAlias: (typeId: string, targetTypeIds?: readonly string[]) => string; export declare const buildRelationsSelection: (relationInfoLevel1: RelationTypeIdInfo[], spaceSelectionMode: SpaceSelectionMode) => string; export {}; //# sourceMappingURL=relation-query-helpers.d.ts.map