import { EncryptedKey, KeyMetadata } from "../types";
export declare function getKeyMetadata(encryptedKey: EncryptedKey): KeyMetadata;
