export interface PluginConfig {
  manifest: string;
}
