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