import type { InteractiveCLI } from "../../interactiveCLI.js"; export declare const schemaCommands: { generateSchemas(cli: InteractiveCLI): Promise; generateConstants(cli: InteractiveCLI): Promise; importData(cli: InteractiveCLI): Promise; setupDirsFiles(cli: InteractiveCLI, withExampleData?: boolean): Promise; };