export declare function toKebabCase(input: string): string;
export declare function removeVersion(str: string): string;
export declare function formatType(type: string): string;
export declare function normalizePath(path: string): string;
