/**
 * Checks the documentElement of the current document
 *
 * @returns {boolean} {@code true} if the documentElement is an html node or if none exists
 */
export declare function documentElementCheck(): boolean;
//# sourceMappingURL=documentElementCheck.d.ts.map