declare function createContentHash(content: string, hashLSize?: number): string;
export { createContentHash };
