/** * PostgreSQL schema DDL for code-session-memory. * Uses pgvector for embedding storage and PostgreSQL built-in tsvector for FTS. */ export declare function getSchemaSQL(embeddingDimension?: number): string; /** Migrations to run on an existing schema. */ export declare function getMigrationsSQL(): string; //# sourceMappingURL=pg-schema.d.ts.map