export interface CopyWorkspaceModulesOptions {
  buildTarget: string;
  outputPath?: string;
}
