import { ReflectionConfig } from '../types';
export declare const DEFAULT_REFLECTION_CONFIG: ReflectionConfig;
export declare function validateReflectionConfig(config: Partial<ReflectionConfig>): ReflectionConfig;
export declare function mergeReflectionConfig(fileConfig?: Partial<ReflectionConfig>, cliConfig?: Partial<ReflectionConfig>): ReflectionConfig;
