import type { ITelemetryStore, IDiagnosticLogStore } from "./types"; export declare function createSqliteStores(dbPath: string, retentionDays: number): { telemetry: ITelemetryStore; diagnostics: IDiagnosticLogStore; close: () => void; }; //# sourceMappingURL=sqlite.d.ts.map