/** * Get secret value action * Calls the getSecretVal action on the parent window */ import type { GetSecretVal } from "./types"; export declare const getSecretVal: GetSecretVal;