export declare function transformPaths(obj: any, transformations: { paths: { path: string; isRepeated?: boolean; isMap?: boolean; }[]; transformFn: (value: any) => any; }[]): any;