import { IAspect } from '../types/IAspect'; export declare const AspectMap: Map; export declare const AspectClassMap: Map; export default class AspectLoader { static getAspect(aspect: string | IAspect): IAspect; static loadAspect(filePath: string): void; static loadAspectDir(dirPath: string): void; }