import { Base } from "../types/cid-tool.interface"; export declare function getHashCodeFromName(hashName: string): Base; export declare function getCodecCodeFromName(codecName: string): Base;