import type { FunnelUserAttribution } from '../../../runtime/funnel-attribution.js'; import type { AppUser } from '../users/types.js'; export declare function bootstrapSession(input?: { userId?: string; email?: string; name?: string; attribution?: FunnelUserAttribution; emailReturnToken?: string | null; }): Promise;