import type { Project } from '../../project'; /** * Generates the tables.d.ts file with global type declarations * This file provides type-safe access to all downloaded tables * Scans all scope directories for tables in the new scope-first structure */ export declare function generateTablesGlobalDeclaration(project: Project): Promise;