export declare function computeHash(content: string): string;
export declare function computeIntegrity(content: string): string;
