export declare class DotNotationHelper { static getValue(path: string, obj: T): T; static setValue(path: string, obj: T, value: any): T; }