export declare function get(obj: any, path: string[], isCreateOnNotExists?: boolean): any;
export declare function set(obj: any, path: string[], value: any): void;
export declare function parse(s: string): string[];
export declare function tilde(key: string): string;
