import { type UserWithSecrets } from 'user/types.js'; /** * Creates a new local user, with randomly-generated keys. */ export declare const createUser: (userName: string, userId?: string, seed?: string) => UserWithSecrets; //# sourceMappingURL=createUser.d.ts.map