import { FabrixService as Service } from '@fabrix/fabrix/dist/common'; export declare class CartCountryService extends Service { _returnCountry(country: any, type: any): any; all(): any[]; info(country: any, type: any): any; name(country: any, type: any): any; states(country: any, type: any): any; provinces(country: any, type: any): any; altSpellings(country: any, type: any): any; state(country: any, type: any): any; province(country: any, type: any): any; }