import { INotification } from'@magicbell/react-headless';
/**
* Function that opens the `actionUrl` of a notification in the same window.
*
* @param notification The notification
*/export declare functionopenActionUrl(notification: INotification): void;