export declare const buildLineItems: (lineItems: any) => {
    categories: any;
    image_url?: any;
    sku?: any;
    product_url?: any;
    product_id: any;
    product_title: any;
    variant_id: any;
    variant_title: any;
    price: any;
    quantity: any;
}[];
