export declare const updaters: {
    [key: string]: ((extractedPricing: any) => any) | null;
};
