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