/** * Example function action * Calls the exampleFunction action on the parent window */ import type { ExampleFunction } from "./types"; export declare const exampleFunction: ExampleFunction;