import { IDocumentsQueryOptions } from "./types"; /** * @function getDocumentsCount * Get firestore collection documents count * @param {string} collection * @param {IDocumentsQueryOptions} [options] * @returns {Promise} */ export default function getDocumentsCount(collection: string, options?: IDocumentsQueryOptions): Promise; //# sourceMappingURL=getDocumentsCount.d.ts.map