/** * The private SQLite schema of a `CrdtDocumentServer`. * * This is **not** a `@delightstack/database` schema — it is raw SQLite inside * one Durable Object, owned entirely by this package. Nothing else reads it, * so it has no config versions and no migrations beyond `CREATE … IF NOT * EXISTS`; a new column is added by a guarded `ALTER TABLE` in `migrate()`. */ export declare const SCHEMA_STATEMENTS: readonly string[]; //# sourceMappingURL=schema.d.ts.map