export declare const ROOT_PATH = "#"; export declare const getValue: (obj: unknown, path: string | string[], defaultValue?: any) => any;