/** * Generates JavaScript code for shared data transformation utilities. * These are included in the generated data source fetcher files * when the table requires blog post or e-commerce product transformations. */ export declare const generateSharedTransformationCode: () => string; //# sourceMappingURL=shared-utils.d.ts.map