import { UserCompilationSettings, CompilerTarget, CompilationSettings } from './types'; /** Asserts user provided settings are valid (or throws error) and sets default values. */ export declare const validateSettings: (userSettings: UserCompilationSettings, target: CompilerTarget) => CompilationSettings;