import DataLoader from 'dataloader'; import type { EnhancedSku } from '../utils/enhanceSku'; import type { Options } from '..'; import type { Clients } from '../clients'; export declare const getSkuLoader: (_: Options, clients: Clients) => DataLoader;