/** * Validates if a string is a valid IPFS CID * Uses the CID.parse() method from multiformats for robust validation * @param cid - The string to validate * @returns true if valid CID, false otherwise */ export declare function isValidCid(cid: string): boolean; //# sourceMappingURL=cid-validator.d.ts.map