export = Input;
/**
 * Input
 */
declare function Input(options: any): Input;
declare class Input {
    /**
     * Input
     */
    constructor(options: any);
    __proto__: any;
    type: string;
}
//# sourceMappingURL=input.d.ts.map