/**
 * ID function that takes in a value and returns the same value as output.
 */
export declare const id: <A>(A: A) => A;
