export declare const getKeyCommand: (osx: boolean, func: (keys: { ctrl: string; alt: string; shift: string; }) => string) => string; export default getKeyCommand; //# sourceMappingURL=utils.d.ts.map