import type { PayloadHandler } from '../../types.js'; import { buildJoinScopeWhere } from './buildJoinScopeWhere.js'; /** * Resolves join scope and target document context for reorder operations. */ export declare function getJoinScopeContext(args: { collectionSlug: string; joinFieldPathsByCollection: Map>; orderableFieldName: string; req: Parameters[0]; target: unknown; }): Promise<{ joinScopeWhere: ReturnType; targetDoc: null | Record; }>; //# sourceMappingURL=getJoinScopeContext.d.ts.map