import type { CommandModule } from 'yargs'; import type { GetServiceUndeployOptions } from './service-undeploy-options.js'; export declare const serviceUndeploy: CommandModule;