import { IConfig } from '../../types';
export default function Namespace(userConfig: IConfig): string;
