export declare class SdUtils {
    private static _parsePath;
    private static _insertByPath;
    static insertByPath(root: any, path: string, value: any): any;
    private static _getByPath;
    static getByPath(value: any, path: string): any;
}
