export declare class ArtifactIconService { private static icons; static registerType(type: RegExp, path: string): void; static getPath(type: string): string; }