/** * Normalizes one absolute runtime path so cache fingerprints are stable across platforms. * * @private internal utility of `buildAgentsServer` */ export declare function normalizeAgentsServerBuildInputPath(runtimeRootPath: string, inputPath: string): string;