import type { DbOperation } from './types.ts'; /** * Seeds the database with demo content if no documents exist. * Reads document files from the pages/intro/ directory bundled with the package. */ export declare const seedIfEmpty: DbOperation<[], boolean>; //# sourceMappingURL=seedIfEmpty.d.ts.map