import type { SQLQueryPropsWithSchemaFilterAndIdsFilter } from './common.js'; export declare const TYPES_SQL: (props: SQLQueryPropsWithSchemaFilterAndIdsFilter & { includeTableTypes?: boolean; includeArrayTypes?: boolean; }) => string; //# sourceMappingURL=types.sql.d.ts.map