import { HotkeyItem } from '@mantine/hooks';
import { SpotlightStore } from './spotlight.store';
export declare function getHotkeys(hotkeys: string | string[] | null | undefined, store: SpotlightStore): HotkeyItem[];
