import type { Hardware } from '../../core/types.js'; import type { Tms9918 } from '../../devices/tms9918.js'; export declare function createMsxHardware(vdp: Tms9918, keyboard: Uint8Array): Hardware; //# sourceMappingURL=hardware.d.ts.map