export interface Schema0 {
  enableFixer?: boolean;
}

export type NoBlankBlocksRuleOptions = [Schema0?];
