/** * In-Memory Git Store * Fallback storage when no database is configured */ export declare class InMemoryGitStore { private commits; private rules; query(sql: string, params?: any[]): Promise; } //# sourceMappingURL=in-memory-git-store.d.ts.map