import DataLoader from 'dataloader'; import { BatchDelegateOptions } from './types'; export declare function getLoader(options: BatchDelegateOptions): DataLoader;