export function findWithDocument(document: any, query: any): any; export default find; declare function find(query: any): any;