/** * Parse CID and return normalized b32 v1. * * @param {string} cidString - The cidString to normalize. * @returns {Promise} - The normalized CID. */ export function normalizeCid(cidString: string): Promise; export const identityCid: CID; import { CID } from 'multiformats/cid'; //# sourceMappingURL=cid.d.ts.map