/**
 * Excludes build artifacts, dependency folders, private env files, and test sources.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function shouldCopyAgentsServerRuntimePath(sourcePath: string, sourceRootPath: string): boolean;
