import SfpCommand from '../../SfpCommand'; export default class Shrink extends SfpCommand { static description: string; protected static requiresDevhubUsername: boolean; protected static requiresProject: boolean; static flags: { overwrite: import("@oclif/core/interfaces").BooleanFlag; targetdevhubusername: import("@oclif/core/interfaces").OptionFlag; loglevel: import("@oclif/core/interfaces").OptionFlag; }; execute(): Promise; }