import AbstractSchemaTest from '../../tests/AbstractSchemaTest';
export default class FeatureCommandExecuterContTest extends AbstractSchemaTest {
    protected static canSkipOptionalDependencies(): Promise<void>;
    protected static shouldEmitExecutionEvents(): Promise<void>;
    protected static canPermanentlySkipOptionalDependencies(): Promise<void>;
    protected static shouldReturnProperSummary(): Promise<void>;
    protected static shouldAskInstallDependentFeatures(): Promise<void>;
    protected static shouldAddListenerWithoutBreakingOnSkill(): Promise<void>;
    private static finishBuildingUpToNamingNewError;
    private static startBuildingNewErrorUntilOptionalDependencies;
    private static fakeInstallCommands;
}
