/** * Get final context action * Calls the getFinalContext action on the parent window * Uses a 5-second timeout since this should respond quickly */ import type { GetFinalContext } from "./types"; export declare const getFinalContext: GetFinalContext;