import { EParamType } from "./types"; import { InputHelper } from "./input-helper"; export declare function inputHelperFactory(from: EParamType, copy: InputHelper): InputHelper & any;