// Type definitions for clean-git-ref 2.0 // Project: https://github.com/TheSavior/clean-git-ref#readme // Definitions by: Jamie Magee // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function clean(ref: string): string;