import { Command } from '../types.js'; import { Commands } from '../constants.js'; import { RsdoctorSDK } from '@rsdoctor/sdk'; interface Options { current: string; baseline: string; open?: boolean; html?: boolean; json?: boolean | string; output?: string; } export declare const bundleDiff: Command | null>; export {};