/** * Get secrets keys action * Calls the getSecretsKeys action on the parent window */ import type { GetSecretsKeys } from "./types"; export declare const getSecretsKeys: GetSecretsKeys;