import { RawMessage } from '../../SignMessagePreview.types'; export declare const isRawMessage: (data: RawMessage | undefined) => data is RawMessage;