export declare function parseAllFirmwareVersionsHelper(reportData: {
    ap2: Uint8Array | null;
    encoderAp2: Uint8Array | null;
    encoderLd: Uint8Array | null;
}): Promise<Record<string, string>>;
//# sourceMappingURL=all-firmware.d.ts.map