/**
 * For memoized.
 * Like `react hooks`.
 */
export declare function passThrough<T>(param: T): T;
