import { Bytes } from '../types'; export declare function normalizeMessage(message: Bytes | string | Uint8Array): string | Uint8Array;