import type { GetCollectPointsQuery } from '@farfetch/blackout-client'; /** * Creates a hash based on the get collection points query. * * @param query - Get collect points query object. * * @returns The unique hash for the passed query. */ declare const buildCollectPointsQueryHash: (query?: GetCollectPointsQuery) => string; export default buildCollectPointsQueryHash;