import type { ODataQuery } from '../OData.types';
/**
 *
 * @param value The result of {@link URLSearchParams.getAll getAll}
 * @param result The {@link ODataQuery} to append the error to
 * @returns {boolean} Returns `false` when the parse has an error
 */
export declare const differentFromEmptyString: (value: string[], result: ODataQuery) => boolean;
//# sourceMappingURL=differentFromEmptyString.d.ts.map