import { ICardPricesResult } from '../../../Interfaces/TCG'; export declare const getBuybackPricesADD: (allCards: ICardPricesResult) => { [slug: string]: import("../../../Interfaces/TCG").IBuybackPrice[]; };