import { updateOptionsInterface } from './interfaces'; export declare function updateDocs(query: {}, updateQuery: {}, updateOptions?: updateOptionsInterface, cb?: any): void;