import { controllerResponse, list } from "../../types";
export declare function bulkListAllDocuments(queries: list[]): Promise<controllerResponse>;
