import { GeneratedKey } from "../../types";
export declare const generate: (threshold?: number, keyCount?: number) => Promise<GeneratedKey>;
