import type { MongoClient } from 'mongodb'; import type { Action, Response } from 'integreat'; export default function getDocs(action: Action, client: MongoClient, useIdAsInternalId?: boolean): Promise;