2026-05-31 13:54:31 +02:00

5 lines
188 B
TypeScript

import type { InfoFields, InfoDB } from './infoTypes.js';
export declare const DEFAULT_INFO_DB: InfoFields;
export declare const getVersion: () => string;
export declare const db: InfoDB;