/** * Get the height of the document * * @returns {documentHeight: number} */ export default function (doc: Document): number;