declare const _default: (product: string, currency?: string, limit?: number, page?: number) => Promise<any>;
export default _default;
