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