export interface Schema0 {
  definedTypes?: string[];
  disableReporting?: boolean;
  markVariablesAsUsed?: boolean;
}

export type NoUndefinedTypesRuleOptions = [Schema0?];
