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<ThemeDoctorContext> {
    static description: string;
    static requiresStore: boolean;
    tests(): void;
}
