export declare function normalizeScalaVersion(str: string): string;
export declare function sortPackageFiles(packageFiles: string[]): string[];
