export declare const MAPPING_PRIORITY: { readonly USER: 1000; readonly DEVICE_SPECIFIC: 500; readonly GENERIC: 0; readonly DEFAULT_OFFSET: 100; }; export type MappingPriority = (typeof MAPPING_PRIORITY)[keyof typeof MAPPING_PRIORITY];