import { controllerResponse, list } from "../../types";
export declare function listAllDocuments(query: list): Promise<controllerResponse>;
