import Nast from 'notajs-types/nast'; declare function renderList(node: Nast.Block, renderNext: Function): string; export default renderList; //# sourceMappingURL=list.d.ts.map