import type { UmbDataSourceDataMapping } from './types.js'; import { UmbControllerBase } from '../../../../../libs/class-api/index.js'; export declare class UmbDataSourceDataMappingResolver extends UmbControllerBase { #private; resolve(forDataSource: string, forDataModel: string): Promise; }