/** * Returns true for runtime source files and folders that are not needed by the Agents Server build. * * @private internal utility of `buildAgentsServer` */ export declare function isExcludedAgentsServerRuntimeSourcePath(sourceRuntimeRelativePath: string): boolean;