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