/** File for types only, not actual implementation **/

export type Input<T> = T;

return=input
