import {vi} from 'vitest' export const CID = vi.fn().mockImplementation(() => { return {} })