import { IChallengeNotificationData, IMethodNotificationData } from "../interfaces"; export declare function handleNotificationMessageEvent(event: string, data: IChallengeNotificationData | IMethodNotificationData, origin?: string): void;