import type { CreateAccountCenter } from '../db-entries/index.js'; export declare const createDefaultAccountCenter: (forTenantId: string) => Readonly; /** * Create the account center for the admin tenant. * The account center is enabled by default and allows editing all fields, * so that the console profile page can use the Account API. */ export declare const createAdminTenantAccountCenter: () => Readonly;