import type { Keyring, KeysetWithSecrets } from './types.js'; export declare const getLatestGeneration: (keyring: Keyring) => KeysetWithSecrets | undefined; //# sourceMappingURL=getLatestGeneration.d.ts.map