import { InternalConfig, UserConfig } from '../types';
export declare const createConfig: (userConfig: UserConfig) => InternalConfig;
