export declare const reWriteFile: (filePath: string, db_Name: string, defaultVar?: string) => Promise<unknown>;
