export declare function useChannelSettings(): { __typename?: "ChannelSettings"; pricesIncVat?: boolean; countrySettings?: import("../../types").CountrySettings[]; tracking?: import("../../types").Tracking; nostoAccountId?: string; };