import { GenericFacade } from "../../types";
export * as KeyManagerV1 from "./KeyManagerV1.js";
declare const KeyManager: GenericFacade;
export default KeyManager;
