import type { WeappTailwindcssGeneratorTarget } from './types.js';
export declare const generatorTargetEnvKeys: readonly ["UNI_PLATFORM", "UNI_UTS_PLATFORM", "MPX_CLI_MODE", "MPX_CURRENT_TARGET_MODE", "TARO_ENV", "WEAPP_TW_TARGET", "WEAPP_TAILWINDCSS_TARGET"];
export declare function shouldUseWebGeneratorTargetFromEnv(): boolean;
export declare function shouldUseUniAppWebRpxCompatibility(appType: string | undefined): boolean;
export declare function shouldUseUniAppViteWebViewGeneratorTarget(appType: string | undefined, platform?: string | undefined): boolean;
export declare function inferGeneratorTargetFromEnv(): WeappTailwindcssGeneratorTarget;
