import DataLoader from 'dataloader'; import type { EnhancedSku } from '../utils/enhanceSku'; import type { Options } from '..'; import type { Clients } from '../clients'; export declare const getSkuLoader: ({ flags }: Options, clients: Clients) => DataLoader; //# sourceMappingURL=sku.d.ts.map