export declare function runConvex(args: string[]): string; export declare function runConvexAsync(args: string[], options?: { quiet?: boolean; }): Promise; export declare function spawnConvex(args: string[]): number | null; export declare function spawnShell(command: string, env?: NodeJS.ProcessEnv): number | null; export declare function spawnStaticHostingCli(args: string[]): number | null; //# sourceMappingURL=commands.d.ts.map