import { RsdoctorSDK } from '@rsdoctor/sdk'; import { SDK } from '@rsdoctor/types'; import { Commands } from '../constants.js'; import { Command } from '../types.js'; interface Options { profile: string; open?: boolean; port?: number | string; type?: SDK.ToDataType; } export declare function coercePort(port?: number | string): number | undefined; export declare const statsAnalyze: Command; export {};