import { NexaApp } from '../app/NexaApp'; import { CollectionReference, DocumentReference } from '../types/index'; export declare const collection: (dbOrRef: NexaApp | DocumentReference | CollectionReference, ...pathSegments: string[]) => CollectionReference;