import type { AccountSettingsQuery } from '@farfetch/blackout-client'; /** * Function that hashes the query params of the account settings request. */ export declare const buildAccountSettingsQuery: (query?: AccountSettingsQuery) => string;