export declare function findCommentNode(comment: string): ChildNode | null;
export declare function isElement(o: any): Boolean;
export declare function arrayToObject(array: string[]): Record<any, string>;
export declare function createLinkElement(attributes: Record<string, any>): HTMLLinkElement;
