import type { CountryCode } from '../types/datasets/country-code'; export declare const useAllowedCountries: () => CountryCode[] | undefined;