/** * Device */ export declare const UserDeviceType: import("../utils/schema").SchemaObjectType<{ /** * Hardware */ hardware: { default: true; type: "String"; }; /** * OS */ os: { default: true; type: "String"; }; }>;