import "mocha"; import { DragoDB } from "./index"; export declare const runTests: (testName: string, new_str: () => DragoDB, new_int: () => DragoDB, new_flt: () => DragoDB, new_any: () => DragoDB) => void;