export declare const bigcommerceProduct: (id: number) => { id: number; name: string; type: string; sku: string; description: string; weight: number; width: number; depth: number; height: number; price: number; cost_price: number; retail_price: number; sale_price: number; map_price: number; tax_class_id: number; product_tax_code: string; calculated_price: number; categories: number[]; brand_id: number; option_set_id: any; option_set_display: string; inventory_level: number; inventory_warning_level: number; inventory_tracking: string; reviews_rating_sum: number; reviews_count: number; total_sold: number; fixed_cost_shipping_price: number; is_free_shipping: boolean; is_visible: boolean; is_featured: boolean; related_products: number[]; warranty: string; bin_picking_number: string; layout_file: string; upc: string; mpn: string; gtin: string; search_keywords: string; availability: string; availability_description: string; gift_wrapping_options_type: string; gift_wrapping_options_list: any[]; sort_order: number; condition: string; is_condition_shown: boolean; order_quantity_minimum: number; order_quantity_maximum: number; page_title: string; meta_keywords: any[]; meta_description: string; date_created: string; date_modified: string; view_count: number; preorder_release_date: any; preorder_message: string; is_preorder_only: boolean; is_price_hidden: boolean; price_hidden_label: string; custom_url: { url: string; is_customized: boolean; }; base_variant_id: number; open_graph_type: string; open_graph_title: string; open_graph_description: string; open_graph_use_meta_description: boolean; open_graph_use_product_name: boolean; open_graph_use_image: boolean; variants: { id: number; product_id: number; sku: string; sku_id: any; price: number; calculated_price: number; sale_price: number; retail_price: number; map_price: number; weight: number; width: number; height: number; depth: number; is_free_shipping: boolean; fixed_cost_shipping_price: number; calculated_weight: number; purchasing_disabled: boolean; purchasing_disabled_message: string; image_url: string; cost_price: number; upc: string; mpn: string; gtin: string; inventory_level: number; inventory_warning_level: number; bin_picking_number: string; option_values: any[]; }[]; images: { id: number; product_id: number; is_thumbnail: boolean; sort_order: number; description: string; image_file: string; url_zoom: string; url_standard: string; url_thumbnail: string; url_tiny: string; date_modified: string; }[]; }[]; export declare const bigcommerceCategories: { id: number; parent_id: number; name: string; is_visible: boolean; url: string; children: any[]; }[]; export declare const bigcommerceCustomerGroups: { id: number; name: string; category_access: { type: string; }; discount_rules: any[]; is_default: boolean; is_group_for_guests: boolean; }[];