import type { SnapshotPageIndexRecord, SnapshotPageIndexStore } from '@origintrail-official/dkg-publisher'; import type { DashboardDB } from '@origintrail-official/dkg-node-ui'; export declare class SqliteSnapshotPageIndexStore implements SnapshotPageIndexStore { private readonly dashboard; constructor(dashboard: DashboardDB); get(snapshotDigest: string): Promise; upsert(record: SnapshotPageIndexRecord): Promise; } //# sourceMappingURL=snapshot-page-index-store.d.ts.map