import { UmbControllerBase } from '../../../../libs/class-api/index.js'; export interface UmbDataSourceDataMapperMapArgs { forDataModel: string; forDataSource: string; data: fromModelType; fallback?: (data: fromModelType) => Promise; } export declare class UmbDataSourceDataMapper extends UmbControllerBase { #private; map(args: UmbDataSourceDataMapperMapArgs): Promise; }