import type { AccessLogEntry } from '../types/access-log.js'; export declare function appendLogEntry(baseDir: string, key: Uint8Array, entry: Omit): void; export declare function getLogEntries(baseDir: string, key: Uint8Array, filters: { document_id?: string; limit?: number; }): AccessLogEntry[];