export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey"; export declare const getKey: typeof import("./getKey").getKey; export declare const getKeyOutput: typeof import("./getKey").getKeyOutput; export { KeyArgs } from "./key"; export type Key = import("./key").Key; export declare const Key: typeof import("./key").Key;