export interface Schema0 {
  excludeTags?: string[];
}

export type CheckIndentationRuleOptions = [Schema0?];
