import { Author } from "./Author/Author"; import { AuthorBook } from "./Author/AuthorBook"; import { Book } from "./Author/Book"; import { TestHostname } from "./Machine/TestHostname"; import { TestIPAddress } from "./Machine/TestIPAddress"; import { TestMachine } from "./Machine/TestMachine"; import { TestVMHost } from "./Machine/TestVMHost"; import { Dude } from "./Dude/Dude"; import { Hat } from "./Dude/Hat"; import { IDCDataExchange, IDCObjectSet } from "../IDCDataExchange"; export declare class Example { data: IDCObjectSet; exchanges: IDCDataExchange[]; classList: (typeof Book | typeof AuthorBook | typeof Author | typeof TestVMHost | typeof TestMachine | typeof TestIPAddress | typeof TestHostname | typeof Hat | typeof Dude)[]; dudeHatData: IDCObjectSet; } export * from './Author/Author'; export * from './Author/AuthorBook'; export * from './Author/Book'; export * from './Dude/Dude'; export * from './Dude/Hat'; export * from './Machine/MachineHostnames'; export * from './Machine/TestHostname'; export * from './Machine/TestIPAddress'; export * from './Machine/TestMachine'; export * from './Machine/TestVMHost';