import type { Plugin } from '../types.js';
export declare function useLimitBatching(limit?: number): Plugin;
