import { FlagsConfig, SfdxCommand } from '@salesforce/command';
export declare class OrgStatusCommand extends SfdxCommand {
    static readonly longDescription: string;
    static readonly help: string;
    static readonly description: string;
    static readonly requiresProject = false;
    static readonly requiresUsername = true;
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<unknown>;
}
