#!/usr/bin/env node /** * CLI for Convex Static Hosting * * Commands: * deploy One-shot deployment (Convex backend + static files) * upload Upload static files to Convex storage * init Print setup instructions */ declare const command: string; declare function main(): Promise; declare function printHelp(): void; declare function printInitInstructions(): void; //# sourceMappingURL=index.d.ts.map