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