import { WriteTool, ConduitServerConfig } from '../internal'; /** * Handles batch put operations with path validation */ export declare function handleBatchPut(params: WriteTool.PutParams, config: ConduitServerConfig): Promise; /** * Handles batch mkdir operations with path validation */ export declare function handleBatchMkdir(params: WriteTool.MkdirParams, config: ConduitServerConfig): Promise; /** * Handles batch copy operations with path validation */ export declare function handleBatchCopy(params: WriteTool.CopyParams, _config: ConduitServerConfig): Promise; /** * Handles batch move operations with path validation */ export declare function handleBatchMove(params: WriteTool.MoveParams, _config: ConduitServerConfig): Promise; /** * Handles batch delete operations with path validation */ export declare function handleBatchDelete(params: WriteTool.DeleteParams, config: ConduitServerConfig): Promise; /** * Handles batch touch operations with path validation */ export declare function handleBatchTouch(params: WriteTool.TouchParams, config: ConduitServerConfig): Promise; //# sourceMappingURL=batchWriteOps.d.ts.map