import { ObjectHost } from "./constants";
declare function hostDB(param: ObjectHost, dirFile: string, encoding: string, eventRead: any, eventRequest: any): void;
export { hostDB };
