import type { AppDatabase } from './client.js'; export declare function initializeDatabase(db: AppDatabase): Promise;