type PresetValue = Set | string[] | readonly string[]; export default function isPresetValue(presets: PresetValue, value: unknown): boolean; export {};