export declare class InputResponse { id: string; value?: any; constructor(id: string, value?: any); }