/** * @public */ export interface PluginMetadataService { getId(): string; }