import Application_ from './application'; import Environment_ from './environment'; import Route_ from './route'; import Service_ from './service'; export declare namespace RefactorSpaces { const Application: typeof Application_; const Environment: typeof Environment_; const Route: typeof Route_; const Service: typeof Service_; type Application = Application_; type Environment = Environment_; type Route = Route_; type Service = Service_; }