import { SfCommand } from '@salesforce/sf-plugins-core'; export default class Test extends SfCommand { static readonly summary: string; static readonly examples: string[]; static readonly flags: { 'jit-plugin': import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }