import type { DeviceKind } from './types'; export declare const DEVICE_KIND_LABEL_KEY: Record; export declare const normalizeText: (text: string) => string; export declare const formatToken: (text: string, values: Record) => string;