import Shell from './Shell';

export default function (
    config?: Shell.IConfig
): Shell;