/**
 * This is to be used when user wants to wait for a number of milliseconds before the batch is executed.
 * Intended to be used internally or for a specific user case.
 * Not to be documented and exposed to publish as it can slow the data loading a lot.
 *
 * https://github.com/graphql/dataloader#batch-scheduling
 */
export declare const createBatchScheduleFn: () => ((callback: () => void) => void) | undefined;
