/** * CLI: guardvibe init * Sets up MCP server configuration for AI coding hosts. */ export declare function runInit(args: string[]): void;