import { QyCD } from "./QyCD.ts"; export declare class QyBatch extends QyCD { fileLogLevel: any; actionQueue: any; changeId: any; changeList: any; syncList: any; qyAclCmdGenerator: any; qyCmdObjHistory: any; running: any; constructor(qyCache?: any, options?: any); createDir(namePath: any, parentDir?: any): any; delDir(namePath: any, parentDir?: any): any; createFile(namePath: any, parentDir?: any): any; delFile(namePath: any, parentDir?: any): any; expireFile(namePath: any, expireSecond: number, parentDir?: any): any; expireFileM(namePath: any, milliSecond: number, parentDir?: any): any; expireDir(namePath: any, expireSecond: number, parentDir?: any): any; expireDirM(namePath: any, milliSecond: number, parentDir?: any): any; expireContent(namePath: any, expireInfoObj: any, isMilliSecond: any, parentDir?: any): any; expireContentM(namePath: any, expireInfoObj: any, parentDir?: any): any; removeFileExpire(namePath: any, infoFileOnly?: any, parentDir?: any): any; removeDirExpire(namePath: any, infoFileOnly?: any, parentDir?: any): any; removeContentExpire(namePath: any, expireInfoObj: any, infoFileOnly?: any, parentDir?: any): any; createIndex(indexHostDirNamePath: any, indexPropPathList: any, parentDir?: any): any; delIndex(indexHostDirNamePath: any, indexPropPath: any, parentDir?: any): any; insert(namePath: any, content: any, noClone?: boolean, noCreate?: boolean, parentDir?: any): any; insertEmbedding(namePath: any, embedding: any, parentDir?: any): any; delEmbedding(namePath: any, parentDir?: any): any; insertWithEmbedding(namePath: any, content: any, embedding: any, noClone?: boolean, noCreate?: boolean, parentDir?: any): any; remove(namePath: any, content: any, parentDir?: any): any; put(namePath: any, content: any, parentDir?: any): any; delContent(namePath: any, parentDir?: any): any; insertTrigger(triggerName: any, fileNamePath: any, propNamePathList: any, modCode: any): any; removeTrigger(triggerName: any): any; insertRpc(rpcFunName: any, modCode: any): any; removeRpc(rpcFunName: any): any; run(needPromise?: boolean): any; getTopHistoryCmdObj(): any; _action_insertTrigger(action: any): boolean; _action_removeTrigger(action: any): boolean; _action_insertRpc(action: any): boolean; _action_removeRpc(action: any): boolean; _action_createIndex(action: any): void; _action_delIndex(action: any): void; _action_delFile(action: any, deletingParentDir?: boolean): boolean; _action_delDir(action: any): boolean; _action_delContent(action: any): boolean; _action_insertEmbedding(action: any): boolean; _action_delEmbedding(action: any): true | undefined; _action_put(action: any): boolean; _action_insert(action: any): boolean; _action_createFile(action: any): boolean; _action_createDir(action: any): boolean; _action_expireItem(action: any): boolean; _action_removeItemExpire(action: any): boolean; _action_expireContent(action: any): boolean; _action_removeContentExpire(action: any): boolean; }