export interface Schema0 { count?: number; exactCount?: boolean; considerComments?: boolean; } export type NewlineAfterImportRuleOptions = [Schema0?];