import ActionData from "../packages/preflight-api-types/ViewModels/ActionData"; export declare class TestAutohealData { name: string; testType: string; testId: string; groupId: string; tags: string[]; actions: ActionData[]; }