export interface Schema0 {
  allowAtRootLevel?: boolean;
}

export type NoSyncRuleOptions = [Schema0?];
