import type { IMessagePayload } from "./types.js"; export declare function parseIMessageNotification(raw: unknown): IMessagePayload | null;