import AbstractCliTest from '../../tests/AbstractCliTest';
export default class OnboardingStoreTest extends AbstractCliTest {
    private static store;
    protected static beforeEach(): Promise<void>;
    private static OnboardingStore;
    protected static canGetStore(): void;
    protected static startsAsOff(): void;
    protected static canSetToShortMode(): void;
    protected static canSetToImmersiveMode(): void;
    protected static remembersModeBetweenBoots(): void;
    protected static remembersStageBetweenBoots(): Promise<void>;
    protected static valuesSharedBetween2Instances(): void;
    protected static stageIsNotSetToStart(): void;
    protected static stageCanBeSet(): void;
    protected static canBeReset(): void;
    protected static cantSetBadStage(): void;
}
