export declare const itemsFromSearchDocuments: (documents: SkuDocument[], offers: SkuOffers, account: string, translations?: TranslatedProperty[] | undefined) => SearchItem[];
export declare const convertSearchDocument: (documents: SkuDocument[], offers: SkuOffers, account: string, translations?: TranslatedProperty[] | undefined) => Promise<(SearchProduct & {
    [key: string]: any;
    cacheId?: string | undefined;
})[]>;
