import { IConfig } from '../types'; export declare function postcssProcess(config: IConfig, css: string, path: string): Promise;