import type { IconManifest } from "../../config"; import type { Service } from "../../services"; /** * A registry of configured images. */ export interface IconRegistry extends Service, Map { }