export function findOneWithDocument(document: any, query: any): any; export default findOne; declare function findOne(query: any): any;