import { GeoLookupProvider, GeoBlockConfig } from '../types';
/**
 * Create a geo lookup provider based on configuration
 * @param config Geo-blocking configuration
 */
export declare function createProvider(config: GeoBlockConfig): GeoLookupProvider;
