import { IDocumentsQueryOptions } from "./types"; import { GenericObject } from "../../../web/database/firestore/types"; /** * @function getDocuments * Get firestore documents in a collection * @param {string} collection * @param {IDocumentsQueryOptions} options * @returns {Promise} */ export default function getDocuments(collection: string, options?: IDocumentsQueryOptions): Promise; //# sourceMappingURL=getDocuments.d.ts.map