export = pluginCreator; /** * @type {import('postcss').PluginCreator>} * @param {Record} config * @return {import('postcss').Plugin} */ declare function pluginCreator(config?: Record): import('postcss').Plugin; declare namespace pluginCreator { const postcss: true; }