declare const services: Map; export default services; export declare const routerDecorator: (url: string, method: string) => (target: any, key: string, descriptor: any) => any; export declare const initService: (router: any) => void;