export interface EmbedDependenciesExecutorSchema {
  outputPath: string;
  injector: 'yalc' | 'npm-pack';
}
