export declare const getModemFirmware: ({ at, }: { at: (cmd: string) => Promise; }) => Promise;