export declare const applyParam: (...params: Params) => (fnToApply: (...params: Params) => Output) => Output;