import { DatabaseSchema } from './types'; declare const fetchSchemaJson: (connection: string, databaseType: string) => Promise; export { fetchSchemaJson, };