export interface Digest { (data: Uint8Array): Promise | Uint8Array; } //# sourceMappingURL=types.d.ts.map