/** * represents a content identifier (CID) */ export type Cid = string; export declare const isCid: (input: unknown) => input is string; //# sourceMappingURL=cid.d.ts.map