import { SfdxCommand } from '@salesforce/command';
export declare class ForceCommand extends SfdxCommand {
    static readonly hidden = true;
    run(): Promise<{
        apiVersion: string;
    }>;
    protected _help(): never;
}
