UNPKG

231 BTypeScriptView Raw
1import { SfdxCommand } from '@salesforce/command';
2export declare class ForceCommand extends SfdxCommand {
3 static readonly hidden = true;
4 run(): Promise<{
5 apiVersion: string;
6 }>;
7 protected _help(): never;
8}