/**
 * Create a new service in the system.
 */
export interface CreateServiceParams {
    smbToolType?: "create_service";
}
