import type { Context, Options } from '..'; export type Loaders = ReturnType; export declare const getLoaders: (options: Options, { clients }: Context) => { skuLoader: import("dataloader"); simulationLoader: import("dataloader"); collectionLoader: import("dataloader"); salesChannelLoader: import("dataloader"); }; //# sourceMappingURL=index.d.ts.map