import { InjectionToken } from '@angular/core'; import { Mapper as BaseMapper, Profile } from '@dynamic-mapper/mapper'; import * as i0 from "@angular/core"; export declare const MAPPING_PROFILE: InjectionToken; export declare class Mapper extends BaseMapper { constructor(profiles: Profile[]); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }