import type { Actions } from '@interactjs/core/types'; export default function isNonNativeEvent(type: string, actions: Actions): boolean;