export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey"; export declare const getKey: typeof import("./getKey").getKey; export declare const getKeyOutput: typeof import("./getKey").getKeyOutput; export { GetKeyRingArgs, GetKeyRingResult, GetKeyRingOutputArgs } from "./getKeyRing"; export declare const getKeyRing: typeof import("./getKeyRing").getKeyRing; export declare const getKeyRingOutput: typeof import("./getKeyRing").getKeyRingOutput; export { GetKeyRingsResult } from "./getKeyRings"; export declare const getKeyRings: typeof import("./getKeyRings").getKeyRings; export declare const getKeyRingsOutput: typeof import("./getKeyRings").getKeyRingsOutput; export { GetKeysResult } from "./getKeys"; export declare const getKeys: typeof import("./getKeys").getKeys; export declare const getKeysOutput: typeof import("./getKeys").getKeysOutput; export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret"; export declare const getSecret: typeof import("./getSecret").getSecret; export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput; export { GetSecretsResult } from "./getSecrets"; export declare const getSecrets: typeof import("./getSecrets").getSecrets; export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsOutput; export { KeyArgs, KeyState } from "./key"; export type Key = import("./key").Key; export declare const Key: typeof import("./key").Key; export { KeyRingArgs, KeyRingState } from "./keyRing"; export type KeyRing = import("./keyRing").KeyRing; export declare const KeyRing: typeof import("./keyRing").KeyRing; export { SecretArgs, SecretState } from "./secret"; export type Secret = import("./secret").Secret; export declare const Secret: typeof import("./secret").Secret;