import { SDK } from '@rsdoctor/types'; import { RsdoctorSDK } from '@rsdoctor/sdk'; import { Command } from '../types'; import { Commands } from '../constants'; interface Options { profile: string; open?: boolean; port?: number; type?: SDK.ToDataType; } export declare const analyze: Command; export {};