import type { FunnelSdkBootstrapUserInput } from './types.js'; import type { FunnelSdkJsonObject } from '../shared/types.js'; export declare const bootstrapUser: (input?: FunnelSdkBootstrapUserInput) => Promise;