export function generateId(prefix?: string): string; export function hashCode(str: string): string; export function styleObjectToString(style?: Properties): string; export function executeAction(action: string, element: HTMLElement | null, context?: object): void;