type PostCssConfig = {
    plugins: {
        [key: string]: any;
    };
};
export declare const getPostCssConfig: () => PostCssConfig;
export declare const postCssPluginsToArray: (config: PostCssConfig) => string[];
export {};
