/** * Show notification action * Calls the showNotification action on the parent window */ import type { ShowNotification } from "./types"; export declare const showNotification: ShowNotification;