import { Command } from 'commander';
import { CLIState } from '../cli/initializer';
/**
 * Register wall-related CLI commands
 */
export declare function registerWallCommands(program: Command, getState: () => Promise<CLIState>): void;
//# sourceMappingURL=wall-commands.d.ts.map