import { DoctorSuite } from '@shopify/cli-kit/node/doctor/framework'; import type { ThemeDoctorContext } from '../../context.js'; /** * Tests for `shopify theme push` command */ export default class ThemePushTests extends DoctorSuite { static description: string; static requiresStore: boolean; tests(): void; }