export declare const batched: (executor: (...args: ExecutorParams) => ExecutorReturn) => (...args: ExecutorParams) => ExecutorReturn;