/** * The PostgreSQL type → Rebase property type mapping. * * Split out of `introspect-db-logic` so that the structural analysis can use it * without importing the generator, which imports the analysis. Re-exported from * `introspect-db-logic` so existing callers keep their import path. */ /** * Map a PostgreSQL data type to a Rebase property type. */ export declare function mapPgType(dataType: string): string;