import type { LoadingHook } from '../util'; import type { FirebaseDatabaseTypes } from '@react-native-firebase/database'; export declare type Val = T & Record & Record; export declare type ObjectHook = LoadingHook; export declare type ObjectValHook = LoadingHook, Error>; export declare type ListHook = LoadingHook; export declare type ListKeysHook = LoadingHook; export declare type ListValsHook = LoadingHook[], Error>;