declare const compute: (data: string, algorithm?: string) => Promise<string>;
export { compute, };
