import type { RuntimeBranch, RuntimeBranchContext, RuntimeBranchGeneratorOptions } from './types.js';
export declare function resolveRuntimeBranch(context: RuntimeBranchContext): RuntimeBranch;
export declare function resolveGeneratorRuntimeBranch(options: RuntimeBranchGeneratorOptions, context?: Omit<RuntimeBranchContext, 'generatorTarget'>): RuntimeBranch;
export declare function shouldUseMiniProgramCssBranch(branch: RuntimeBranch): boolean;
export declare function shouldUseNativeAppCssBranch(branch: RuntimeBranch): boolean;
export type { NativeAppPlatform, RuntimeBranch, RuntimeBranchContext, RuntimeBranchGeneratorOptions, RuntimePlatformFamily, TailwindcssBranchVersion, } from './types.js';
