/** * @file 网络类型 */ declare const _default: { vendor: "unknown" | "intel" | "amd" | "apple"; renderer: string; }; export default _default;