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