export declare function htmlToElement(html: string): ChildNode; export declare function stringOccurrences(str: string, subStr: string, allowOverlapping?: boolean): number;