import { Command } from '../types'; import { Commands } from '../constants'; 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 {};