declare global { interface Element { } interface Node { } interface NodeListOf { } } export * from './smartpdf.classes.smartpdf.js'; import type * as tsclassTypes from '@tsclass/tsclass'; type IPdf = tsclassTypes.business.IPdf; export type { IPdf };