export interface Schema0 { allowWhitespace?: boolean; preventAtEnd?: boolean; preventAtMiddleLines?: boolean; } export type NoMultiAsterisksRuleOptions = [Schema0?];