export type KeyId = string;
export declare function isKeyId(keyId: string): keyId is KeyId;
export declare function generateKeyId(): KeyId;
export default KeyId;
