export declare const get: (object: unknown, path: string | string[], defaultValue?: T) => T | undefined;