import type { NodeObject } from 'jsonld'; import type { JSONValue, OrArray } from '../util/Types'; export interface MapperArgs { functions?: Record any>; } export declare class Mapper { private readonly functions?; constructor(args?: MapperArgs); apply(data: JSONValue, mapping: OrArray, frame: Record): Promise; private doMapping; private frame; } //# sourceMappingURL=Mapper.d.ts.map