export declare function createLockFile(cwd: string, branch?: string): Promise<() => void>;
