import { type CreateProfile, type User } from "./types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Activates an accounts credential by creating its users profile, initializing userOnboardingSteps, and claiming bootstrap administrator state when applicable. * The transaction also joins default chats and emits creation history so product access begins only after the complete identity substrate exists. */ export declare function userCreateProfile(executor: DrizzleExecutor, accountId: string, profile: CreateProfile /** Trusted test/provisioning bypass; request handlers must use the default. */, options?: { provisioned?: boolean; }): Promise; //# sourceMappingURL=userCreateProfile.d.ts.map