export interface UpdateOptions {
    readonly breaking?: boolean | undefined;
}
export declare function cliUpdate(path: string, { breaking }: UpdateOptions): void;
