/** * Tables Resource * * List of all tables with metadata (sizes, row counts, etc.). */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createTablesResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=tables.d.ts.map