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