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