import type { AppDocument } from "../../contract/index.js"; import type { EngineOps } from "../persistence/engine.js"; /** Seed an app using the reserved vendo_apps row shape. */ export declare const seedAppRow: (engine: EngineOps, app: AppDocument, subject: string, enabled?: boolean) => Promise; //# sourceMappingURL=seed-app-row.d.ts.map