import type { InfoParams, ReqOutput } from "../../records/RequestInfo"; /** * @deprecated * * Refactor `express` functions to be framework-agnostic */ declare const getRequestInfo: ({ req, query, renderProps, lang, currencies, filteredCurrencies, paymentConfig, }: InfoParams) => Promise; export default getRequestInfo;