import type { ViteFrameworkCssPipelineContext, ViteFrameworkCssPipelineStrategy } from './shared/framework-strategy.js';
export declare function shouldApplyViteWebCssCompat(context: ViteFrameworkCssPipelineContext, strategy: ViteFrameworkCssPipelineStrategy | undefined): boolean;
export declare function resolveViteWebCssCompatOptions(context: ViteFrameworkCssPipelineContext): import("@weapp-tailwindcss/postcss").WebCssCompatUserOptions | undefined;
