/** * Returns true for non-build files and folders inside shared runtime source paths. * * @private internal utility of `buildAgentsServer` */ export declare function isExcludedAgentsServerBuildInputPath(inputPath: string, runtimeRootPath: string): boolean;