import { type DatabaseClient } from "../../../../core/databaseClient.js"; export declare function fetchSchemas(client: DatabaseClient): Promise;