import type { DiagnosticResult } from "./types.js"; /** * Whether the experimental RSC surface is opted into for this project. * * The RSC endpoint probes only mean something when RSC is on, so doctor uses * this to skip them rather than warn about endpoints the server never serves. */ export declare function isRscDiagnosticsEnabled(projectDir?: string): Promise; export declare function checkRSCFlag(projectDir?: string): Promise; export declare function checkRSCEndpoints(port?: number): Promise; export declare function checkRSCCounters(port?: number): Promise; //# sourceMappingURL=server-checks.d.ts.map