import { type IHealthRunParameters } from './types'; /** * Prepare data, run the command and display results * @param rootPath * @param options */ export declare const health: (rootPath: string, project: "assistant" | "spfx", options?: IHealthRunParameters) => Promise;