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