export { DirArgs, DirState } from "./dir"; export type Dir = import("./dir").Dir; export declare const Dir: typeof import("./dir").Dir; export { DirLegacyArgs, DirLegacyState } from "./dirLegacy"; export type DirLegacy = import("./dirLegacy").DirLegacy; export declare const DirLegacy: typeof import("./dirLegacy").DirLegacy; export { GetDirArgs, GetDirResult, GetDirOutputArgs } from "./getDir"; export declare const getDir: typeof import("./getDir").getDir; export declare const getDirOutput: typeof import("./getDir").getDirOutput; export { GetDirLegacyArgs, GetDirLegacyResult, GetDirLegacyOutputArgs } from "./getDirLegacy"; export declare const getDirLegacy: typeof import("./getDirLegacy").getDirLegacy; export declare const getDirLegacyOutput: typeof import("./getDirLegacy").getDirLegacyOutput; export { GetPciArgs, GetPciResult, GetPciOutputArgs } from "./getPci"; export declare const getPci: typeof import("./getPci").getPci; export declare const getPciOutput: typeof import("./getPci").getPciOutput; export { GetPciLegacyArgs, GetPciLegacyResult, GetPciLegacyOutputArgs } from "./getPciLegacy"; export declare const getPciLegacy: typeof import("./getPciLegacy").getPciLegacy; export declare const getPciLegacyOutput: typeof import("./getPciLegacy").getPciLegacyOutput; export { GetUsbArgs, GetUsbResult, GetUsbOutputArgs } from "./getUsb"; export declare const getUsb: typeof import("./getUsb").getUsb; export declare const getUsbOutput: typeof import("./getUsb").getUsbOutput; export { GetUsbLegacyArgs, GetUsbLegacyResult, GetUsbLegacyOutputArgs } from "./getUsbLegacy"; export declare const getUsbLegacy: typeof import("./getUsbLegacy").getUsbLegacy; export declare const getUsbLegacyOutput: typeof import("./getUsbLegacy").getUsbLegacyOutput; export { PciArgs, PciState } from "./pci"; export type Pci = import("./pci").Pci; export declare const Pci: typeof import("./pci").Pci; export { PciLegacyArgs, PciLegacyState } from "./pciLegacy"; export type PciLegacy = import("./pciLegacy").PciLegacy; export declare const PciLegacy: typeof import("./pciLegacy").PciLegacy; export { UsbArgs, UsbState } from "./usb"; export type Usb = import("./usb").Usb; export declare const Usb: typeof import("./usb").Usb; export { UsbLegacyArgs, UsbLegacyState } from "./usbLegacy"; export type UsbLegacy = import("./usbLegacy").UsbLegacy; export declare const UsbLegacy: typeof import("./usbLegacy").UsbLegacy; //# sourceMappingURL=index.d.ts.map