import { FlagsConfig, SfdxCommand } from '@salesforce/command';
import { CLI } from '../../../types';
export declare type Results = Record<string, Record<CLI, boolean>>;
export default class Test extends SfdxCommand {
    static readonly description: string;
    static readonly examples: string[];
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<void>;
    private makeWorkingDir;
}
