/** * either creates the lockfile if it didn't exist or it will update it with new updatedAt and status. If status isn't set, status will be removed */ export declare const lock: (aboluteLockableFilePath: string, message: string, functionName?: string, parameters?: any[]) => Promise; //# sourceMappingURL=lock.d.ts.map