import Command from '@shopify/cli-kit/node/base-command'; export default class DoctorRelease extends Command { static description: string; static hidden: boolean; run(): Promise; }