import type { Action } from '@dynatrace/openkit-js';
import * as commander from 'commander';
/** The function that creates the CLI for the [update] command */
export declare function createUpdateCommand(): commander.Command;
/** Prompts the user to take action in case of uncommitted changes. */
export declare function checkForUncommittedChanges(skipPrompt: boolean, rootAction?: Action): Promise<void>;
