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