export type SimKeyboard = { locale: string; software: string | null; raw: string; }; export declare function parseAppleKeyboards(plutilOutput: string): SimKeyboard[]; export declare function isNonLatinKeyboard(k: SimKeyboard): boolean; export declare function formatKeyboards(keyboards: SimKeyboard[]): string[]; export declare function readSimulatorKeyboards(udid: string): Promise; export declare function nonLatinKeyboardsFor(udid?: string): Promise; //# sourceMappingURL=iosKeyboardLayout.d.ts.map