/**
 * 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
 */
export declare function elvis(object: any, path: string): any | undefined;
//# sourceMappingURL=elvis.d.ts.map