import { Block } from '../primitives.js'; export type Stringifier = (block: Block) => string; export default function getStringifier(): Stringifier;