/** Converts display labels (e.g. "Product Name") to camelCase keys for template preview cells */ export declare function toCamelCase(value: string): string; export declare function toCamelCaseLabels(labels: readonly string[] | undefined): string[]; //# sourceMappingURL=fileUploadUtils.d.ts.map