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