import type { AirtopClient } from '../../wrapper/AirtopClient'; import type { BatchOperateConfig, BatchOperationInput, BatchOperationResponse, BatchOperationUrl } from './types'; export declare const batchOperate: (urls: BatchOperationUrl[], operation: (input: BatchOperationInput) => Promise>, client: AirtopClient, config?: BatchOperateConfig) => Promise;