import { BatchDelegateOptions } from './types.js';
export declare function batchDelegateToSchema<TContext = any>(options: BatchDelegateOptions<TContext>): any;
