/** * check if this is a valid document * * @returns {boolean} true if window is defined with document */ declare const isValidDom: () => boolean; export default isValidDom;