export interface HealthOptions { iteration?: string; format?: string; trend?: boolean; } export declare function healthCommand(options: HealthOptions): Promise; //# sourceMappingURL=health.d.ts.map