import Nedb from 'nedb';
import { Hit } from './hit';
/**
 * Proprietary interface with NeDB<Hit>
 * @see {@link https://github.com/louischatriot/nedb|Nedb}
 */
export declare class Report extends Nedb<Hit> {
}
