import type { UserEventSystem } from './Api/index.ts'; /** * Returns parsed browser, OS, and engine information from the user agent string. * Results are cached after the first call. * @returns The parsed system info, or undefined if parsing fails */ export declare const getSystemInfo: () => UserEventSystem | undefined; //# sourceMappingURL=getSystemInfo.d.ts.map