export declare function pathNotation(sourceObj: any, targetPath: string, defaultValue?: any, delimiter?: string): any;
export default pathNotation;
