/**
 * has
 *
 * Checks if a path exists
 */
declare const has: (db: any) => (path: any) => boolean;
export default has;
