import type { PluginCreator } from 'postcss'; /** postcss-gamut-mapping plugin options */ export type pluginOptions = never; declare const creator: PluginCreator; export default creator;