import { type KeyScope, type KeysetWithSecrets } from './types.js'; import { type Optional } from 'util/index.js'; /** Generates a full set of per-user keys from a single 32-byte secret, roughly following the * procedure outlined in the [Keybase docs on Per-User Keys](http://keybase.io/docs/teams/puk). * */ export declare const createKeyset: (scope: Optional, seed?: string) => KeysetWithSecrets; //# sourceMappingURL=createKeyset.d.ts.map