import type { Device } from './types.js'; export default function generateFlags(userAgent: string, headers?: Record): Device;