export * from "./type.js"; export const code: 30; export const size: 32; export const name: "blake3"; export function digest(input: Uint8Array): API.Digest<30, 32> | Promise>; export function digestInto(input: Uint8Array, output: Uint8Array, offset?: number | undefined, asMultihash?: boolean | undefined): void | Promise; export function stream(): API.StreamingHasher<30, 32> | Promise>; export function sync(): Promise>; import * as API from "./type.js"; //# sourceMappingURL=lib.d.ts.map