exportinterfaceSchema0 {
/**
* Whether to enable auto-fixing in which the `any` type is converted to the `unknown` type.
*/fixToUnknown?: boolean;
/**
* Whether to ignore rest parameter arrays.
*/ignoreRestArgs?: boolean;
}
exporttypeNoExplicitAnyRuleOptions = [Schema0?];