export declare function createLogElement(): HTMLPreElement;
export declare function logToScreen(logElement: HTMLElement, log: string): void;
