import type { UIDLEcommerceCategory } from '@teleporthq/teleport-types'; /** * Generates JavaScript code for e-commerce product data transformation. * Transforms raw snake_case database records into the camelCase shape * that UIDL components expect. */ export declare const generateEcommerceProductTransformationCode: (categories?: UIDLEcommerceCategory[]) => string; //# sourceMappingURL=ecommerce-product.d.ts.map