import type { Pail } from "@visulima/pail";
declare const createOrUpdateKeyStorage: (hashKey: string, storePath: string, logger: Pail, shouldUpdate?: true) => void;
export = createOrUpdateKeyStorage;
