/// import R = require("ramda"); import { Just, Nothing } from "../types/Generic/Maybe"; export { Just, Nothing }; export declare const getQueryParamValue: R.CurriedFunction2 | Nothing>;