import { NormalizedConfig, RawConfig } from '../definitions';
export declare const normalize_config: (raw_config?: RawConfig) => NormalizedConfig;
