import { SanityClient } from '@sanity/client';
import { SanityUtils } from '@sane-shopify/types';
import { SanityCache } from './sanityUtils';
export declare const createFetchRelatedDocs: (client: SanityClient, cache: SanityCache) => SanityUtils['fetchRelatedDocs'];
