import { Input } from "./ABSTRACT_Input"; export declare class Input_Manager { static rebuild(input: any): Input; }