export declare function getPostCssPlugins(dir: string, isProduction: boolean, defaults?: boolean): Promise<import('postcss').AcceptedPlugin[]>;
