export interface PublishImageLocallyExecutorOptions {
  root: string;
  ignoreWrapper?: boolean;
  runFromParentModule?: boolean;
  args?: string[];
}
