export interface GeneratorOptions {
  skipFormat?: boolean;
  skipPackageJson?: boolean;
}
