import { DCSerializable } from "../../DCSerializable"; import { TestHostname } from "./TestHostname"; import { TestMachine } from "./TestMachine"; export declare class MachineHostnames extends DCSerializable { hostname: TestHostname; machine: TestMachine; }