export interface Schema0 {
  /**
   * Whether two parameters with different names at the same index should be considered different even if their types are the same.
   */
  ignoreDifferentlyNamedParameters?: boolean;
}

export type UnifiedSignaturesRuleOptions = [Schema0?];
