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