export interface Schema0 { ignore?: string[]; [k: string]: unknown; } export type NoNamespaceRuleOptions = [Schema0?];