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