import { DeviceSessionPayload } from "vr-models"; /** * Create a new device session (for BLE unlock) * This is separate from the long-lasting auth token */ export declare const createDeviceSession: (userId: string, tokenVersion: number, deviceSerialNumber: string) => DeviceSessionPayload;