/// <reference lib="dom" />
export declare function hashSHA1(text: string): Promise<string>;
