export declare function getGitBranchLockfileNames(lockfileDir: string): Promise<string[]>;
export declare function cleanGitBranchLockfiles(lockfileDir: string): Promise<void>;
