import { SfdxCommand } from '@salesforce/command'; export declare type SetupResult = { message: string; }; export default class Setup extends SfdxCommand { static description: string; static longDescription: string; static examples: string[]; protected static requiresProject: boolean; run(): Promise; private getFileWriter; private getPackageJsonPath; private getPackageJson; private updatePackageJsonScripts; private addJestConfig; private updateForceIgnore; private installLwcJest; }