export declare type Arrayable = T | T[]; export declare const getProp: (obj: Record, path: Arrayable, defaultValue?: any) => { value: T; };