/** * Host CLI Command * * Manage cloud hosting and deployment (preview, deploy) */ import type { Command } from 'commander'; /** * Register the `host` command group (host preview, host deploy) */ export declare function registerHostCommand(program: Command): void; //# sourceMappingURL=host.d.ts.map