import { DeviceId } from "./DeviceId";
export declare const WarningsMap: {
    [key in DeviceId]: {
        [key: number]: string;
    };
};
