/**
 * Releases the cross-process lock for the given file, for the actual process.
 *
 * @param file The path of the file to lock.
 * @returns
 */
export declare function unlock(file: string): Promise<void>;
