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