UNPKG

@capgo/cli

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