//#region node_modules/@openclaw/fs-safe/dist/async-lock.d.ts declare function createAsyncLock(): (fn: () => Promise) => Promise; //#endregion export { createAsyncLock as t };