declare global {
    /**
     * Declare the navigator interface for those outside the browser
     */
    interface navigator {
        userAgent: string;
        platform: string;
        gpu?: GPU;
        hardwareConcurrency: number;
    }
}
export {};
//# sourceMappingURL=navigator.d.ts.map