import { DoctorSuite } from '@shopify/cli-kit/node/doctor/framework';
import type { ThemeDoctorContext } from '../../context.js';
/**
 * Tests for `shopify theme init` command
 */
export default class ThemeInitTests extends DoctorSuite<ThemeDoctorContext> {
    static description: string;
    private themeName;
    private themePath;
    tests(): void;
}
