import type { OnboardingCheckOptions } from './background';
import type { PreparedOnboardingCheck } from './background-check';
export declare function prepareOnboardingCheck(options: OnboardingCheckOptions): Promise<Omit<PreparedOnboardingCheck, 'attemptId'> | undefined>;