import type { PluginCreator } from 'postcss'; /** postcss-selector-not plugin options */ export type pluginOptions = Record; declare const creator: PluginCreator; export default creator;