export type DomData = {
    html: string;
    title?: string;
    elementCount?: number;
};
//# sourceMappingURL=DomData.d.ts.map