/** * Map default values for custom actions * * Transform default values object by replacing values with special type 'record' * with corresponding values from the row data * * @param defaultValues - Object containing default values with potential record mappings * @param rowData - The row data containing values to map from * @returns Mapped object with record values replaced by corresponding row data values */ export declare function mapDefaultValues(defaultValues: Record, rowData: any): Record; //# sourceMappingURL=custom-actions-utils.d.ts.map