export type KeyboardLayout = { /** * HKL-based: KLID e.g. "00000409". TSF: full tip e.g. "0412:{CLSID}{ProfileGUID}". */ id: string; /** * Full input method tip: "LANGID:KLID" or "LANGID:{CLSID}{ProfileGUID}". * Passed back to the backend as-is when activating this layout. */ handle: string; displayName: string; active: boolean; }; //# sourceMappingURL=KeyboardLayout.d.ts.map