/**
* Undefined-safe function to access the property given by path parameter
* @param object The object to read from
* @param path The path to the property
*/exportdeclarefunctionelvis(object: any, path: string): any | undefined;
//# sourceMappingURL=elvis.d.ts.map