export declare function useKeyRepeater(): {
    startRepeat: (e: PointerEvent, action: () => void) => void;
    stopRepeat: () => void;
};
