/** * Get context action * Calls the getContext action on the parent window */ import type { GetContext } from "./types"; export declare const getContext: GetContext;