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