import type { ThemeDoctorOptions } from '../context.js';
import type { TestResult } from '@shopify/cli-kit/node/doctor/types';
/**
 * Run all theme doctor tests.
 * Stops on first failure.
 */
export declare function runThemeDoctor(options: ThemeDoctorOptions): Promise<TestResult[]>;
