import type { ODataQuery } from './OData.types';
/**
 * Parses the {@link ODataOrderBy.$orderby $orderby} query
 * @returns Returns `false` when the parse has an error
 */
export declare const getOrderByFromParser: (parser: URLSearchParams, result: ODataQuery) => boolean;
//# sourceMappingURL=getOrderByFromParser.d.ts.map
