export declare function normalizeStr(str: string): string; export declare function setAttributeIfDifferent(element: Element, name: string, value: string): void; export declare function removeAttributeIfPresent(element: Element, name: string): void; export declare function isMacOS(): boolean;