import { AnyKeyProps } from 'amiya'; export declare const apiGetList: (params: AnyKeyProps) => Promise; export declare const apiGetCount: () => Promise; /** 获取国家选项 */ export declare const apiGetCountryOptions: () => Promise; /** 获取店铺选项 */ export declare const apiGetShopOptions: ({ countryId }: FormValues) => Promise;