export interface CopyWorkspaceOptions { sharedTopLevelEntries?: readonly string[]; } export declare function copyWorkspaceForBenchmark(sourceRoot: string, targetRoot: string, options?: CopyWorkspaceOptions): void;