export declare const getFileHash: (filePath: string) => string;
export declare const kebabCaseToCamelCase: (name: string) => string;
export declare const sortAlphabetically: (a: string, b: string) => number;
//# sourceMappingURL=utils.d.ts.map