import { LookupConfig } from './compiler.js';
import { CompileStartFrameworkOptions } from '../types.js';
export declare function getTransformCodeFilterForEnv(env: 'client' | 'server'): Array<RegExp>;
export declare function getLookupConfigurationsForEnv(env: 'client' | 'server', framework: CompileStartFrameworkOptions): Array<LookupConfig>;
