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