import type { Driver } from '../drivers/Driver'; import type { DatabaseSchema } from './types'; export declare function introspectPostgres(driver: Driver, schema: string): Promise;