/* tslint:disable */ export function show_gui(arg0: string): string; export class Input { free(): void; screen_width: number screen_height: number mouse_x: number mouse_y: number }