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