export declare const parseImage: (item: any) => any;
export declare const decimalPrice: (price: number) => number;
export declare const parsePrice: (price: number) => number;
