declare const _default: (frontmatter: Record, strippedContent: string) => string | void; /** * Infer a page's title via frontmatter and content. * * @param {object} frontmatter * @param {string} strippedContent * @returns {*} */ export = _default;