export declare type SetInputMapEntry = { input: string; value: any; }; export declare function SetInput(input: string, value: Input): (target: any, propertyKey: string) => void;