import DataLoader from 'dataloader'; import type { Options } from '..'; import type { Clients } from '../clients'; import type { SalesChannel } from './../clients/commerce/types/SalesChannel'; export declare const getSalesChannelLoader: (_: Options, clients: Clients) => DataLoader; //# sourceMappingURL=salesChannel.d.ts.map