import { Notebook } from 'ipynb2html-core';
declare const _default: (notebook: Notebook) => string;
/**
* Returns title of the given *notebook*, or an empty string if not found.
*
* If the title is not present in the notebook's metadata and the first cell is
* a Markdown cell, it parses it and returns the first level 1 heading.
*/
export default _default;
//# sourceMappingURL=readNotebookTitle.d.ts.map