declare const doesParamExist: (params: Record, hyperMediaEndpoint?: string | null | undefined, opts?: Record) => null; export default doesParamExist;