/** * Make certain properties partial */ export type PartialSome = Omit & Pick, K>; export declare function getHash(fileContent: string): string;