declare const get: (object: any, key: string, defaultValue?: any) => any;
export default get;
