import { MapperFN } from "../../types/dataloader.types";
export declare function resolvePath(entity: any, path: string | MapperFN): any;
