import { Block } from '../primitives.js';
export default function inspect({ source }: Block): string;
