import { Database } from '@jlongster/sql.js'; export declare function getInstance(filePath?: string): Promise; export declare function resetInstance(): Promise;