import { FlagsConfig, SfdxCommand } from '@salesforce/command';
export default class SmokeTest extends SfdxCommand {
    static readonly description: string;
    static readonly examples: string[];
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<void>;
    private smokeTest;
    private initializeAllCommands;
    private getAllCommands;
    private execute;
}
