import type { CommandOptions } from "../../CommandOptions"; export declare function performAction(options?: CommandOptions): Promise;