/** * Set secret value action * Calls the setSecretVal action on the parent window */ import type { SetSecretVal } from "./types"; export declare const setSecretVal: SetSecretVal;