import { Command } from "commander";
/**
 * Execute the signup command
 */
export declare function executeSignupCommand(): Promise<void>;
/**
 * Register the signup command with the CLI
 *
 * @param program The commander program
 */
export declare function registerSignupCommand(program: Command): void;
