export default function useRecordHotkeys(useKey?: boolean): readonly [Set, { readonly start: () => void; readonly stop: () => void; readonly resetKeys: () => void; readonly isRecording: boolean; }];