export declare const ServiceMap: Map; export default class ServiceLoader { static getService(serviceName: string): Function; static loadService(filePath: string): void; static loadServiceDir(dirPath: string): void; }