import type { Plain } from '../../types';
declare const plain: (node: Plain) => string;
export default plain;
