/**
 * Returns value that's pass in
 * @template A
 * @param {A} a
 * @returns {A}
 */
export function passThrough<A>(a: A): A;
//# sourceMappingURL=passThrough.d.ts.map