import { analyze, bundleDiff } from './commands/index.js'; import { GetCommandArgumentsType } from './types.js'; import { Commands } from './constants.js'; 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;