import type { BootstrapProfile, SessionBootstrapResponse } from './types.js'; export declare const resolveBootstrapResponseUserId: (payload: SessionBootstrapResponse, fallbackUserId: string) => string; export declare const toBootstrapUser: (userId: string, profile: BootstrapProfile, payload?: SessionBootstrapResponse) => import("../users/types.js").AppUser;