export declare class HotjarUtil { /** * Will dynamically add the hotjar script to the element. * @param id Hotjar site id */ static initialize(id: number): void; }