import { RxCollection } from 'rxdb'; declare function useRxCollection(name: string): RxCollection | null; export default useRxCollection;