import AbstractSpruceTest from '@sprucelabs/test-utils';
export default class CommanderCommandResultMapperTest extends AbstractSpruceTest {
    private static readonly optionsSchema;
    protected static utilExists(): Promise<void>;
    protected static canTakeOptionsAndPassThemBack(): Promise<void>;
    protected static handlesNoArgs(): Promise<void>;
    protected static dropCommanderInstanceFromResults(): Promise<void>;
    protected static handlesUndefinedSchema(): Promise<void>;
    protected static handlesSchemBeingAtTheEnd(): Promise<void>;
    protected static fristStringArgGetsDroppedIntoFirstField(): Promise<void>;
    protected static mixesInFirstArgWithPassedArgs(): Promise<void>;
    protected static mixesInTwoArgWithPassedArgs(): Promise<void>;
    protected static stringArgsOverrideDefaults(): void;
}
