import type { IBandInfo } from "../BandInfo"; export declare function arfcnToBandInfo(rat: "lte", arfcn: number): IBandInfo | null;