import type { Command } from 'commander';
export type { OnboardingCheckOptions as NotifyAppReadyCheckOptions } from './onboarding/background';
export declare function startNotifyAppReadyCheck(command: Command, commandPath: string): void;
