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