import { analyze, bundleDiff } from './commands'; import { GetCommandArgumentsType } from './types'; import { Commands } from './constants'; export declare function execute>(command: Commands.Analyze | `${Commands.Analyze}`, options: T['options']): Promise; export declare function execute>(command: Commands.BundleDiff | `${Commands.BundleDiff}`, options: T['options']): Promise; export declare function execute(): Promise;