import type { Bytes } from "../index"; export declare function hashMessage(message: Bytes | string): string;