import { NodeStyle } from '../components/object-info/ObjectInfo.js'; /** * Converts supported codec codes from https://github.com/multiformats/multicodec/blob/master/table.csv to their names. */ export default function getCodecNameFromCode(code: number): NodeStyle;