import { CoMap, CoMapInit_DEPRECATED, CoValueClass, Group, Simplify } from "../internal.js"; /** @category Identity & Permissions */ export declare class Profile extends CoMap { readonly name: string; readonly inbox?: string; readonly inboxInvite?: string; /** * Creates a new profile with the given initial values and owner. * * The owner (a Group) determines access rights to the Profile. * * @category Creation * @deprecated Use `co.profile(...).create` instead. */ static create(this: CoValueClass, init: Simplify>, options?: { owner: Group; } | Group): M; } //# sourceMappingURL=profile.d.ts.map