export type KeyboardLayout = { /** * KLID ex: "00000409" or "0000080a" or "00010409" */ id: string; /** * HKL: locale input identifier */ handle: string; displayName: string; active: boolean; }; //# sourceMappingURL=KeyboardLayout.d.ts.map