import { vi } from 'vitest'; export const read = vi.fn(() => Promise.resolve(['foo', 'bar\n-baz\n-quux'])); export const prefix = 'text:';