/** * lock a file with a given error message */ export declare const lockError: (aboluteLockableFilePath: string, errorMessage: string, cleanupAt?: number, functionName?: string, parameters?: any[]) => Promise; //# sourceMappingURL=lockError.d.ts.map