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