import { type ProductIdsResponse, type ProductSellingDetails } from './gather'; export declare class AllkeyshopService { private readonly currency; private readonly platform; private readonly store; constructor(options?: { currency?: string; platform?: string; store?: string; }); search(name: string): Promise; find(name: string): Promise; private appendPlatform; private emptyData; }